boraarslan / mapper-influence

0 stars 0 forks source link

`/v1/user/get/:user_id` not working #74

Closed Fursum closed 1 year ago

Fursum commented 1 year ago

2 problems:

  1. Empty user_id request not working. Should be returning user connected to the cookie sent
  2. Both valid and invalid user_id throws Unsupported type `core::option::Option<i64>
boraarslan commented 1 year ago

Closed by adding /user/get and /user/get/full endpoints.