freechat/json-api
shockrah b289f5c811 * Fixing /badge/update/name parameters for basic test
Basically we weren't sending the right data to prompt a 200 response

!!! the /badge/delete test is breaking previous tests idk why
Even though this test comes close to last it still manages to break
the tests that come before it. The problem may lie with the fact that
because its a much faster route by design that its e2e latency btfo's
the routes before it, allowing it to finish before they do.
This likely causes a race condition.
2021-06-07 23:53:49 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests * Fixing /badge/update/name parameters for basic test 2021-06-07 23:53:49 -07:00
db * /badge/update/perms {perms} param is now {badge_perms} 2021-06-07 22:42:26 -07:00
migrations * /badge/update/perms {perms} param is now {badge_perms} 2021-06-07 22:42:26 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src * /badge/update/perms {perms} param is now {badge_perms} 2021-06-07 22:42:26 -07:00
.gitignore * /message/recent no longer uses unwraps 2021-05-29 14:23:47 -07:00
Cargo.lock + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Cargo.toml - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
config.json * Changin public_url & public_ws_url to shorter url & wsurl respectively 2021-05-09 23:08:55 -07:00
Makefile + Seperating slim & rtc builds in makefile 2021-05-17 14:44:56 -07:00