tritonJS826 / masters-way

4 stars 26 forks source link

API: creating new user route not found #828

Closed pp2amd6 closed 2 weeks ago

pp2amd6 commented 3 weeks ago

Description

When calling the method for creating a new user, we receive an error stating that the route was not found

Steps to reproduce

  1. Fill data for request fields
  2. Send request

Example: Image

Actual result

Error "The specified route /api/users not found" received

Image

Expected result

The request is running, there are no errors associated with the route

tritonJS826 commented 2 weeks ago

I blocked this route bc for now we are creating user through firebase services, so it is ok for now. In future we will implement authorisation on the back, I hope after the implementation of all MVP features.