Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jul 27, 2023
1 parent d6745b6 commit d5e46d4
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 @@ -48,7 +48,7 @@ module.exports = (app) => {
permanentMessages.apiStatsMessages(req, res);
});
app.get('/fluxmessages/get/:hash?/:txid?', cache('1 minute'), (req, res) => {
permanentMessages.apiStatsMessages(req, res);
permanentMessages.apiGetMessage(req, res);
});

app.get('/kadena/nodes', cache('1 minute'), (req, res) => {
Expand Down

0 comments on commit d5e46d4

Please sign in to comment.