Skip to content

Commit

Permalink
path to route added. (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukhishaq authored Sep 17, 2024
1 parent 31a934b commit 8260950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asl/pages",
"version": "31.5.14",
"version": "31.5.15",
"description": "",
"main": "index.js",
"style": "pages/common/assets/sass/style.scss",
Expand Down
2 changes: 1 addition & 1 deletion pages/pil/dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = settings => {
app.use('/confirm', confirm({ sendData }));
app.get('/success', success());

app.get((req, res) => res.sendResponse());
app.get('/', (req, res) => res.sendResponse());

return app;
};

0 comments on commit 8260950

Please sign in to comment.