This commit is contained in:
Gregoire Parant 2020-10-13 22:19:32 +02:00
parent 436cde7033
commit f05f4a7f5b

View file

@ -514,7 +514,7 @@ export class IoSocketController {
throw 'reported socket user not found'; throw 'reported socket user not found';
} }
//TODO report user on admin application //TODO report user on admin application
Axios.post(`${ADMIN_API_URL}/aoi/report`, { Axios.post(`${ADMIN_API_URL}/api/report`, {
reportedUserUuid: client.userUuid, reportedUserUuid: client.userUuid,
reportedUserComment: reportPlayerMessage.getReportcomment(), reportedUserComment: reportPlayerMessage.getReportcomment(),
reporterUserUuid: client.userUuid, reporterUserUuid: client.userUuid,