This commit is contained in:
AlecM33
2022-12-10 23:17:19 -05:00
parent f6729bef20
commit 9ef9141513
2 changed files with 2 additions and 3 deletions

View File

@@ -94,13 +94,12 @@ const ServerBootstrapper = {
},
establishRouting: (app, express) => {
const standardRateLimit = rateLimit({
windowMs: 60000,
max: 100,
standardHeaders: true,
legacyHeaders: false
})
});
/* api endpoints */
const games = require('../api/GamesAPI');