Compare commits

..

No commits in common. "62384a33b3645ecd812106caec51e2f521b4a281" and "28cb0bd664eb5598fb683d833987103852b40901" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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: