Skip to content

Commit

Permalink
api/server-info now allows GET
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 18, 2022
1 parent aed5742 commit 6999d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/api/endpoints/server-info.ts
Expand Up @@ -4,6 +4,7 @@ import define from '../define';

export const meta = {
requireCredential: false,
allowGet: true,

desc: {
},
Expand Down

0 comments on commit 6999d93

Please sign in to comment.