1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:39:26 +00:00

Cleanup extra newline

This commit is contained in:
2022-03-14 09:40:34 +00:00
parent 609f50545c
commit e1de67266c

1
app.js
View File

@@ -15,7 +15,6 @@ const DatabaseConnectionPool = require('./lib/DatabaseConnectionPool');
const hbsHelpers = require('./lib/handlebarsHelpers.js'); const hbsHelpers = require('./lib/handlebarsHelpers.js');
const importJSON = require('./lib/importJSON'); const importJSON = require('./lib/importJSON');
/** /**
* loadRoutes() Loads all of the routes from /routers into a map * loadRoutes() Loads all of the routes from /routers into a map
* *