Commit
This commit is contained in:
8
pkg/utils/const.go
Normal file
8
pkg/utils/const.go
Normal file
@ -0,0 +1,8 @@
|
||||
package utils
|
||||
|
||||
const (
|
||||
LIST = "GET"
|
||||
UPSERT = "POST"
|
||||
DETAIL = "GET"
|
||||
DELETE = "DELETE"
|
||||
)
|
Reference in New Issue
Block a user