IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)
https://ignf.github.io/road2/
GNU General Public License v3.0
11 stars 3 forks source link

[feat] /services/{service}/projections/{projection} implementation (1/2) #63

Closed lgrd closed 1 year ago

lgrd commented 1 year ago

Need

Code the /services/{service}/projections/{projection} route of the admin API. This is its first part : return a 200 if the projection exists, 404 in the other case.

Tasks

Code