Mounting handler for adding project
This commit is contained in:
parent
3a7663124d
commit
1c87380db7
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ func main() {
|
|||
|
||||
server.Post("/api/loginrenew", gs.LoginRenew)
|
||||
server.Delete("/api/userdelete", gs.UserDelete) // Perhaps just use POST to avoid headaches
|
||||
server.Post("/api/project", gs.CreateProject)
|
||||
|
||||
// Announce the port we are listening on and start the server
|
||||
err = server.Listen(fmt.Sprintf(":%d", conf.Port))
|
||||
|
|
Loading…
Reference in a new issue