Rename for clarity and consistensy with TS api
This commit is contained in:
parent
2cfbcd15a7
commit
b174ec8922
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ func main() {
|
|||
}))
|
||||
|
||||
// Protected routes (require a valid JWT bearer token authentication header)
|
||||
server.Post("/api/submitReport", gs.SubmitWeeklyReport)
|
||||
server.Post("/api/submitWeeklyReport", gs.SubmitWeeklyReport)
|
||||
server.Get("/api/getUserProjects", gs.GetUserProjects)
|
||||
server.Post("/api/loginrenew", gs.LoginRenew)
|
||||
server.Delete("/api/userdelete/:username", gs.UserDelete) // Perhaps just use POST to avoid headaches
|
||||
|
|
Loading…
Add table
Reference in a new issue