Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ansibleguy76/ansibleforms
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
vcmirko committed Jun 21, 2024
2 parents ed4b08d + 08b3435 commit d61c4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ module.exports = app => {
require('./auth/auth_basic');
require('./auth/auth_jwt');


// first time run init
// from now on, it's async => we wait for mysql to be ready
const init = require('./init/')
Expand Down Expand Up @@ -167,4 +166,5 @@ module.exports = app => {

// routes for form config (extra middleware in the routes itself)
app.use(`${appConfig.baseUrl}api/v1/config`,cors(), authobj, configRoutes)
}
}

0 comments on commit d61c4db

Please sign in to comment.