1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-02-13 09:01:23 +01:00
hishtory/backend
Sergio Moura 2b1ba7e3ba use single context and always return a status to the client
api handlers do not need an extra context. http.Request already has a context that is being ignored, so we leverage it and stop creating a new one.
make the endpoints return http.StatusNoContent instead of just closing the connection from the client.
2023-09-06 11:37:14 -04:00
..
server use single context and always return a status to the client 2023-09-06 11:37:14 -04:00
web Add support for arm7 for to support raspberry pis 2023-02-18 22:00:39 -08:00