Compare commits
No commits in common. "62384a33b3645ecd812106caec51e2f521b4a281" and "28cb0bd664eb5598fb683d833987103852b40901" have entirely different histories.
62384a33b3
...
28cb0bd664
@ -16,8 +16,7 @@ Table "user" {
|
|||||||
"forename" varchar(255) [default: NULL]
|
"forename" varchar(255) [default: NULL]
|
||||||
"name" varchar(255) [default: NULL]
|
"name" varchar(255) [default: NULL]
|
||||||
"is_admin" bit(1) [not null]
|
"is_admin" bit(1) [not null]
|
||||||
"password" tinyblob [default: NULL]
|
"password" varchar(255) [default: NULL]
|
||||||
"salt" tinyblob [default: NULL]
|
|
||||||
"token" varchar(255) [default: NULL]
|
"token" varchar(255) [default: NULL]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 44 KiB |
@ -33,7 +33,7 @@ POST:
|
|||||||
|
|
||||||
Request (GET):
|
Request (GET):
|
||||||
|
|
||||||
curl localhost:8080/vpr/all-users | python3 -m json.tool
|
curl localhost:8080/vpr/all-users
|
||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user