Theming
This commit is contained in:
parent
1a8301657c
commit
1d3ad672cb
29 changed files with 67 additions and 11361 deletions
1
main.go
1
main.go
|
|
@ -102,7 +102,6 @@ func main() {
|
|||
|
||||
// Register handlers
|
||||
http.HandleFunc(fmt.Sprintf("%s/", *baseURL), changePassword)
|
||||
http.Handle(fmt.Sprintf("%s/css/", *baseURL), http.StripPrefix(*baseURL, http.FileServer(http.Dir(StaticDir))))
|
||||
http.HandleFunc(fmt.Sprintf("%s/login", *baseURL), tryLogin)
|
||||
http.HandleFunc(fmt.Sprintf("%s/change", *baseURL), changePassword)
|
||||
http.HandleFunc(fmt.Sprintf("%s/reset", *baseURL), resetPassword)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue