add local snapshot to repo; add Dockerfile; update docker-compose.yml;

This commit is contained in:
davisv7 2025-08-31 15:56:34 -04:00
parent bc74ef9cbd
commit d55d7832bc
10 changed files with 2471532 additions and 2 deletions

View file

@ -34,6 +34,7 @@ func main() {
router := gin.Default()
// Handle the button click
router.GET("/reset-graph", routes.ResetGraphHandler)
router.GET("/load-local-snapshot", routes.LoadLocalSnapshot)
// Handle the button click to toggle the routine
router.GET("/toggle-updates", routes.ToggleUpdatesHandler)