oidc: Add clients manage routes

This commit is contained in:
Johannes Zellner
2023-03-21 13:54:40 +01:00
parent e14b0a721a
commit 46c233bad6
6 changed files with 281 additions and 2 deletions

View File

@@ -56,9 +56,10 @@ exports = module.exports = {
};
async function setupServer() {
await server.start();
await database._clear();
await database.initialize();
await settings._setApiServerOrigin(exports.mockApiServerOrigin);
await server.start();
}
async function setup() {