Skip to content

Commit f5f0c61

Browse files
committed
fix: adapt firebase.json for web app osm login
1 parent 2885ddc commit f5f0c61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

firebase/firebase.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
{
2121
"source": "/token",
2222
"function": "osmAuth-token"
23+
},
24+
{
25+
"source": "/redirect_web",
26+
"function": "osmAuth-redirect_web"
27+
},
28+
{
29+
"source": "/token_web",
30+
"function": "osmAuth-token_web"
2331
}
2432
]
2533
},

0 commit comments

Comments
 (0)