refactor(auth): added module and submodule access to the user

This commit is contained in:
2025-04-09 17:47:02 -05:00
parent ded074a1ce
commit efc630f5f8
10 changed files with 181 additions and 142 deletions

View File

@@ -59,7 +59,7 @@ app.openapi(
{
success: access.success,
message: access.message,
data: access.data,
data: [], //access?.data,
},
200
);