Skip to content

Commit

Permalink
add /fumo for old fumApiV compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ctorio committed Aug 18, 2021
1 parent a263e97 commit b9dafbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var db = require('./db');
var RandomController = require("./random/controller");
app.use("/random", RandomController);
app.use("/fumos", fumosController)
app.use("/fumo", RandomController)
const limiter = rateLimit({
windowMs: 1 * 60 * 1000,
max: 100,
Expand Down

0 comments on commit b9dafbf

Please sign in to comment.