reinitializing codebase and resuming development

This commit is contained in:
Shibi Chakkaravarthy
2026-09-27 00:48:18 +05:30
parent 5e894627f5
commit be7211ac28
23 changed files with 744 additions and 45 deletions
+12
View File
@@ -95,4 +95,16 @@ export default {
},
},
},
"/user/accessible-modules": {
get: {
tags: ["User"],
summary: "Get the List of Accessible Modules for a User",
responses: {
200: {
description: "OK",
content: {},
},
},
},
},
};