mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-18 07:39:54 -06:00
fix: apply prettier formatting to app.js
Fixed formatting issues to pass CI/CD checks
This commit is contained in:
@@ -31,11 +31,11 @@ export const createApp = ({ services, controllers, envSettings, frontendPath, op
|
||||
})
|
||||
);
|
||||
app.use(express.json());
|
||||
|
||||
|
||||
// Apply input sanitization middleware
|
||||
app.use(sanitizeBody());
|
||||
app.use(sanitizeQuery());
|
||||
|
||||
|
||||
app.use(
|
||||
helmet({
|
||||
hsts: false,
|
||||
|
||||
Reference in New Issue
Block a user