stop the oidc server, if it is running
This commit is contained in:
@@ -58,6 +58,7 @@ exports = module.exports = {
|
||||
|
||||
async function setupServer() {
|
||||
await database._clear();
|
||||
await oidc.stop();
|
||||
await database.initialize();
|
||||
await settings._setApiServerOrigin(exports.mockApiServerOrigin);
|
||||
await server.start();
|
||||
|
||||
Reference in New Issue
Block a user