luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[API] Implement public endpoint and path matching #26

Closed luka-j closed 1 year ago

luka-j commented 1 year ago

Implement public endpoint and match incoming request with appropriate API and resource defined within it.

luka-j commented 1 year ago

Endpoint exposed on https://api-rs2.luka-j.rocks

At the moment, doesn't perform any useful work, only indicates whether endpoint is found (returns 200) or not (returns 404)