Changed class Router to Routes to clarify its purpose. Decode the referrer url in the contact form email.
This commit is contained in:
parent
947c6841c9
commit
4f77fa419e
9 changed files with 61 additions and 59 deletions
|
@ -980,7 +980,7 @@
|
|||
</servlet>
|
||||
<servlet-mapping>
|
||||
<servlet-name>sendMail</servlet-name>
|
||||
<url-pattern>/sendMail</url-pattern>
|
||||
<url-pattern>/submitFeedback</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue