opencommunitymap / communitymap-cloud-functions

API and microservices of Open Community Map
https://communitymap.online/
Apache License 2.0
1 stars 2 forks source link

Added /api/v0/object path to express router #4

Closed dmitry-yudakov closed 4 years ago

dmitry-yudakov commented 4 years ago

Firebase hosting { "source": "/api/v0/object{,/**}", "function": "object" } routes to the function but doesn't change the path. The easiest way seems to support this path in the functions router.