moonraker/moonraker
Arksine 15890b9e87 app: add a custom default request handler
This handler provides consistent error reporting in the event that the client attempts to access an unknown endpoint.  If the request is unauthorized, an 401 will be returned.  Otherwise a 404 will be returned, however if CORS is available the CORS headers will be set.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
2021-03-07 06:47:28 -05:00
..
plugins update_manager: add environment variables to git fetch and git pull 2021-03-06 20:24:03 -05:00
app.py app: add a custom default request handler 2021-03-07 06:47:28 -05:00
authorization.py authorization: add additional CORS logging 2020-11-17 06:52:47 -05:00
confighelper.py app: initialize all logging options 2021-03-06 07:34:43 -05:00
moonraker.py proc_stats: moonraker process tracking 2021-03-04 08:45:31 -05:00
utils.py utils: add method for setting rollover info 2021-01-06 12:05:09 -05:00
websockets.py websockets: minor fixes 2021-02-27 12:55:48 -05:00