Files
ISPDowntimeMonitor/src
KevinMidboe 24384527b2 New endpoints and move server.js to src/.
New endpoints include:
 - /logs : all events logged in the database
 - /logs/alternating : events where the same consecutive status is
 filtered out.
 - /logs/:id : get a log message by mongo id.
 - /uptime : get all events, but w/ selected on date & isOk.
 - /pdf/:id : get the pdf file by id.

TODO: Error handling. This is all best case. Should be properly logged.
2020-06-07 23:46:36 +02:00
..