reorganize code
This commit is contained in:
11
core/api/endpoints.go
Normal file
11
core/api/endpoints.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package api
|
||||
|
||||
const (
|
||||
CreateNewCustomer = "/create-new-customer"
|
||||
GenerateSignupInterface = "/generate-signup-interface"
|
||||
SetNKode = "/set-nkode"
|
||||
ConfirmNKode = "/confirm-nkode"
|
||||
GetLoginInterface = "/get-login-interface"
|
||||
Login = "/login"
|
||||
RenewAttributes = "/renew-attributes"
|
||||
)
|
||||
Reference in New Issue
Block a user