+priority base

This commit is contained in:
Miki 2023-12-21 11:17:35 +00:00
parent e9aec2b672
commit a6513e9af3
4 changed files with 485 additions and 1 deletions

View file

@ -86,6 +86,6 @@ func (app *App) RegisterApiRoutes() {
// api.GET("/stopheat", app.StopHeatTimer)
// api.POST("/saveheat", app.SaveHeat)
// api.POST("/deleteheat", app.DeleteHeat)
// api.GET("/loadheats", app.LoadHeats)
api.GET("/loadheats", app.LoadHeats)
// api.GET("/runningheat", app.LoadRunning)
}