Skip to content

Commit 18b6685

Browse files
authored
Merge pull request #64 from judemanutd/develop
fixed issue with public docs route
2 parents 995552c + 74c617f commit 18b6685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"source": "/docs/public",
32-
"destination": "/swagger_public_doc.html"
32+
"destination": "/public_doc.html"
3333
},
3434
{
3535
"source": "/docs/admin",
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"source": "/docs/public",
63-
"destination": "/swagger_public_doc.html"
63+
"destination": "/public_doc.html"
6464
},
6565
{
6666
"source": "/docs/admin",

0 commit comments

Comments
 (0)