ghamry03 / ft_transcendence

0 stars 0 forks source link

Friends API #44

Closed ghamry03 closed 6 months ago

ghamry03 commented 7 months ago

Description

There's an issue with /api/friends/ endpoint where one of the request UIDs has a non-number charachter.

curl -X GET -H "Content-Type: application/json" http://localhost:8002/api/friends/ -d '{"ownerUID": "88", "uid": "88a", "access_token": "xxx"}'