mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
Example of a file provider
To run it do make run and try to hit it, for example
curl localhost:8080/api/svc1/aaaaacurl localhost:8080/api/svc1curl localhost:8080/api/svc2/somethingcurl localhost:8080/api/svc3/somethingcurl 127.0.0.1:8080/api/svc3/something
for health check try - curl localhost:8080/health
In order to kill all services run make kill