Jleguim / claimer

Claimer app with login
MIT License
0 stars 0 forks source link

Client is kinda broken #1

Closed Jleguim closed 2 years ago

Jleguim commented 2 years ago

Basically, after da2dadae7e00d3f8b63cda06ffb513e67a669f79 the client-side is kinda broken. Login routes work but for some reason POST api/@me/:fieldToUpdate isn't, which is odd because every test passed in Postman.

Obviously, this is my fault for not having separate branches to update the backend/client side of the project and then pulling to main when I know for a fact there isn't any functionality not working.

Postman test results

Postman Tests

Jleguim commented 2 years ago

Created https://github.com/Jleguim/claimer/tree/backend and https://github.com/Jleguim/claimer/tree/client branches.

UI branch was cloned into https://github.com/Jleguim/claimer/tree/client, so no lost progress there.

Jleguim commented 2 years ago

Should be fixed after 761c0a60f55a583e38c30cb7698f0c77cfa92d86