Fix url
This commit is contained in:
parent
436cde7033
commit
f05f4a7f5b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user