Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
0rajnish0 authored Sep 6, 2023
1 parent 04bbd53 commit 083dced
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/routes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"route": "/result",
"serve": "/index.html",
"statusCode": 200
},
{
"route": "/result/*",
"serve": "/index.html",
"statusCode": 200
}
]

13 changes: 13 additions & 0 deletions routes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"route": "/result",
"serve": "/index.html",
"statusCode": 200
},
{
"route": "/result/*",
"serve": "/index.html",
"statusCode": 200
}
]

0 comments on commit 083dced

Please sign in to comment.