oidc: Add clients manage routes
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user