This commit is contained in:
Gregoire Parant
2020-10-13 22:19:32 +02:00
parent 436cde7033
commit f05f4a7f5b
+1 -1
View File
@@ -514,7 +514,7 @@ export class IoSocketController {
throw 'reported socket user not found';
}
//TODO report user on admin application
Axios.post(`${ADMIN_API_URL}/aoi/report`, {
Axios.post(`${ADMIN_API_URL}/api/report`, {
reportedUserUuid: client.userUuid,
reportedUserComment: reportPlayerMessage.getReportcomment(),
reporterUserUuid: client.userUuid,