changing rest port

This commit is contained in:
Christian Kellner
2020-07-17 22:15:22 +02:00
parent a58b849f26
commit f74e36bd66
2 changed files with 16 additions and 16 deletions

View File

@@ -151,14 +151,14 @@ Districts that are unwanted can be blacklisted here.
This makes sense for provider that only offer limited filter functions like Kalaydo/Ebay.
# API
While Fredy is running, you can make use of the rest api provided on port `9988` to get information about the current status of Fredy.
#### http://localhost:9988/
While Fredy is running, you can make use of the rest api provided on port `9998` to get information about the current status of Fredy.
#### http://localhost:9998/
Gives you an overview of running search jobs, their included enabled provider, last execution and the number of listings, found by each provider.
#### http://localhost:9988/ping
#### http://localhost:9998/ping
Should you ever need some health checks, this returns pong ;)
#### http://localhost:9988/jobs/:name
#### http://localhost:9998/jobs/:name
Returns specific information about the job with the given name or `404` if the job could not be found.
# Docker