diff --git a/src/app.js b/src/app.js index e3257ec2..128ce31b 100644 --- a/src/app.js +++ b/src/app.js @@ -76,6 +76,7 @@ passport.deserializeUser((user, done) => { app.use(constants.ROUTE.STYLES, express.static(path.join(process.cwd(), filePrefix + 'styles'))); app.use(constants.ROUTE.IMAGES, express.static(path.join(process.cwd(), filePrefix + 'images'))); +app.use(constants.ROUTE.INTERNAL_STYLES, express.static(path.join(process.cwd(), 'src/pages/styles'))); //backend routes app.use(constants.ROUTE.DEV_PORTAL, devportalRoute); diff --git a/src/db/sequelize.js b/src/db/sequelize.js index 83116401..55d876df 100644 --- a/src/db/sequelize.js +++ b/src/db/sequelize.js @@ -26,6 +26,7 @@ const sequelize = new Sequelize( { host: config.db.host, dialect: config.db.dialect, + logging: false, pool: { max: 5, min: 0, diff --git a/src/pages/tryout/async-tryout.css b/src/pages/styles/async-tryout.css similarity index 100% rename from src/pages/tryout/async-tryout.css rename to src/pages/styles/async-tryout.css diff --git a/src/pages/tryout/page.hbs b/src/pages/tryout/page.hbs index e68469ac..0411ccae 100644 --- a/src/pages/tryout/page.hbs +++ b/src/pages/tryout/page.hbs @@ -11,7 +11,7 @@ {{else if (eq apiType "AsyncAPI")}} - +
@@ -37,9 +37,10 @@