feat: Change slice url

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-06-28 19:15:34 +02:00
parent ff07f8f4a5
commit b2b829ec54
3 changed files with 268 additions and 263 deletions

View File

@ -9,6 +9,11 @@ const endpointsPermissions: Record<string, Permission> = {
api: true,
cookie: true,
name: 'configs.get'
},
'/api/v1/slice/[configId]': {
api: true,
cookie: true,
name: 'slice.slice'
}
}