Project-Yicem / Yicem-backend

Backend application of Yicem
0 stars 0 forks source link

Managing the API endpoints #24

Closed yagozk closed 2 months ago

yagozk commented 2 months ago

While the frontend-backend connection is being established, make necessary changes (add new endpoints, update existing ones etc.) as needed.

yagozk commented 2 months ago
egecenberci commented 2 months ago

Check commit 3f1c8e1356ba584a12ffeddca12aff684a0de06f to see changes made to update MarkSold.

Bilgehansandikci commented 2 months ago
oburakdogan commented 2 months ago
  • [x] authorization in get seller/{seller}, currently any id passed, returns its userdata
  • This is not a problem, it only gets public seller info for now.