We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fccf23 commit 51d0c0cCopy full SHA for 51d0c0c
adminforth/modules/restApi.ts
@@ -198,7 +198,7 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
198
noAuth: true,
199
method: 'GET',
200
path: '/get_public_config',
201
- handler: async ({ tr, adminUser }) => {
+ handler: async ({ tr }) => {
202
203
// TODO we need to remove this method and make get_config to return public and private parts for logged in user and only public for not logged in
204
0 commit comments