chore(api): reorganize handlers into webserver package
This commit is contained in:
7
webserver/handlers/constants.go
Normal file
7
webserver/handlers/constants.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package handlers
|
||||
|
||||
// POST is the HTTP POST method.
|
||||
const POST = "POST"
|
||||
|
||||
// GET is the HTTP GET method.
|
||||
const GET = "GET"
|
||||
Reference in New Issue
Block a user