getDirectoryStatus endpoint
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
Rishi Ghan
2026-04-14 17:28:44 -04:00
parent 735f0dbb38
commit 83f905ebb6
2 changed files with 81 additions and 16 deletions

View File

@@ -51,7 +51,9 @@ export default class ApiService extends Service {
authentication: false,
authorization: false,
autoAliases: true,
aliases: {},
aliases: {
"GET /settings/getDirectoryStatus": "settings.getDirectoryStatus",
},
callingOptions: {},
bodyParsers: {
json: { strict: false, limit: "1MB" },