hishtory/backend/server
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
..
docker-compose.yml Use wait-for instead of a sleep for the dockerfile for self hosting 2022-11-05 13:46:08 -07:00
Dockerfile Fix incorrect go version in dockerfile 2022-09-20 23:27:36 -07:00
native-arch-Dockerfile Use wait-for instead of a sleep for the dockerfile for self hosting 2022-11-05 13:46:08 -07:00
server_test.go Add code to deep clean the DB to remove entries from people with 1 device that haven't been active in at least 90 days 2022-12-17 21:27:00 -08:00
server.go use single context and always return a status to the client 2023-09-06 11:37:14 -04:00