add local snapshot to repo; add Dockerfile; update docker-compose.yml;
This commit is contained in:
parent
bc74ef9cbd
commit
d55d7832bc
10 changed files with 2471532 additions and 2 deletions
1
main.go
1
main.go
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue