mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
test
This commit is contained in:
parent
f6ea39af12
commit
4d9af7b0d3
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ type tokenClaims struct {
|
|||
jwt.StandardClaims
|
||||
}
|
||||
|
||||
type AuthResponse struct{
|
||||
Success bool `json:"success"`
|
||||
type AuthResponse struct {
|
||||
Success bool `json:"success"`
|
||||
Message string `json:"message"`
|
||||
Token string `json:"token"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
||||
// `/authenticate` endpoint does not require Authentication
|
||||
|
|
Loading…
Add table
Reference in a new issue