Skip to content

Commit 74c617f

Browse files
committed
fixed issue with public docs route
1 parent 94cd635 commit 74c617f

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)