+setup
This commit is contained in:
parent
e82c27b2ba
commit
5a918b0350
11 changed files with 502 additions and 24 deletions
|
@ -84,7 +84,7 @@ func (app *App) RegisterApiRoutes() {
|
|||
api.GET("/sse", app.Stream.SseHeadersMiddleware(), app.Stream.Stream)
|
||||
// api.POST("/startheat", app.StartHeatTimer)
|
||||
// api.GET("/stopheat", app.StopHeatTimer)
|
||||
// api.POST("/saveheat", app.SaveHeat)
|
||||
api.POST("/saveheat", app.SaveHeat)
|
||||
// api.POST("/deleteheat", app.DeleteHeat)
|
||||
api.GET("/loadheats", app.LoadHeats)
|
||||
// api.GET("/runningheat", app.LoadRunning)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue