Add User route and Refactor code
This commit is contained in:
parent
519749fd3a
commit
b311a41dc7
24 changed files with 902 additions and 489 deletions
6
server/contracts/common.go
Normal file
6
server/contracts/common.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package contracts
|
||||
|
||||
type ResponseDefault struct {
|
||||
Status string `json:"status"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue