frontend: update getProfile API endpoint to use users path
This commit is contained in:
parent
89295dda93
commit
a86e1a4a08
@ -103,7 +103,7 @@ export class HttpService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getProfile(): Promise<User> {
|
getProfile(): Promise<User> {
|
||||||
return this.getRequest(`${this.INTERNAL_API_PATH_PREFIX}/auth/profile`);
|
return this.getRequest(`${this.INTERNAL_API_PATH_PREFIX}/users/profile`);
|
||||||
}
|
}
|
||||||
|
|
||||||
generateRecordingToken(roomId: string, secret: string): Promise<{ token: string }> {
|
generateRecordingToken(roomId: string, secret: string): Promise<{ token: string }> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user