You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an endpoint added in Next for returning roles from the roles table. It would be with the apis in admin/roles folder and get.ts file.
That structure will give us the desired endpoint /api/admin/roles/get.
The endpoint should use the function from #188 to get and return a list of roles.
The text was updated successfully, but these errors were encountered:
This requires that #188 be completed first.
We need an endpoint added in Next for returning roles from the roles table. It would be with the apis in
admin/roles
folder andget.ts
file.That structure will give us the desired endpoint
/api/admin/roles/get
.The endpoint should use the function from #188 to get and return a list of roles.
The text was updated successfully, but these errors were encountered: