mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
chore: add TODO for edit role dialog implementation
This commit is contained in:
parent
fcfa621a74
commit
0397f716f8
3 changed files with 12 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ import { baseApiService } from "./base-api.service";
|
|||
|
||||
class PermissionsApiService {
|
||||
getPermissions = async () => {
|
||||
return baseApiService.get(`/api/permissions`, getPermissionsResponse);
|
||||
return baseApiService.get(`/api/v1/permissions`, getPermissionsResponse);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue