mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 17:50:12 +00:00
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.