变化事件监听
This commit is contained in:
1
main.go
1
main.go
@@ -89,6 +89,7 @@ func main() {
|
||||
r.HandleFunc("/api/params", routers.ParamsListGet).Methods("GET")
|
||||
r.HandleFunc("/api/params/model", routers.ParamsModelsGet).Methods("GET")
|
||||
r.HandleFunc("/api/account", routers.AccountGet).Methods("GET")
|
||||
r.HandleFunc("/api/ws", routers.WebSocket).Methods("GET")
|
||||
|
||||
r.HandleFunc("/img/{id}", routers.WebpGet).Methods("GET")
|
||||
|
||||
|
Reference in New Issue
Block a user