Base Project
This commit is contained in:
8
internal/models/responses/auth_response.go
Normal file
8
internal/models/responses/auth_response.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package responses
|
||||
|
||||
type BodyRegisterResponse struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
type BodyLoginResponse struct {
|
||||
Token string `json:"token"`
|
||||
}
|
||||
Reference in New Issue
Block a user