Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Feb 29, 2024
1 parent 5972c72 commit 4a9a717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = (app) => {
fluxService.getMultiplier(req, res);
});

app.get('/apps/getappppecsusdprice', cache('1 minute'), (req, res) => {
app.get('/apps/getappspecsusdprice', cache('1 minute'), (req, res) => {
fluxService.getAppSpecsUSDPrice(req, res);
});

Expand Down

0 comments on commit 4a9a717

Please sign in to comment.