pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
219 stars 162 forks source link

add static serving of files in frontend/ #1499

Closed blackmad closed 5 months ago

blackmad commented 4 years ago

The idea of this change is to make it easy for developers to add their own custom on-server debug pages to pelias. A major use cases for this in my opinion is to be able to include a page with server build information and another with index debug information. A developer can generate pages and stick them in frontend as part of their build/deploy process without needing to get their changes integrated into mainline pelias.

We discussed this change as a replacement for an earlier PR that included server build info in the build process.