Not sure about this trailing slash issue.
This commit is contained in:
parent
c6496a6de8
commit
e8d46fdf7d
2 changed files with 6 additions and 0 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"github.github-vscode-theme"
|
||||||
|
]
|
||||||
|
}
|
|
@ -69,6 +69,7 @@ func makeGVRouter() (*mux.Router, error) {
|
||||||
|
|
||||||
r.HandleFunc("/user", handleUser)
|
r.HandleFunc("/user", handleUser)
|
||||||
r.HandleFunc("/user/new", handleInviteNewAccount)
|
r.HandleFunc("/user/new", handleInviteNewAccount)
|
||||||
|
r.HandleFunc("/user/new/", handleInviteNewAccount)
|
||||||
r.HandleFunc("/user/wait", handleUserWait)
|
r.HandleFunc("/user/wait", handleUserWait)
|
||||||
r.HandleFunc("/user/mail", handleUserMail)
|
r.HandleFunc("/user/mail", handleUserMail)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue