Fix url
This commit is contained in:
parent
436cde7033
commit
f05f4a7f5b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue