Scheduler + Observe
This commit is contained in:
@@ -52,4 +52,6 @@ func init() {
|
||||
// spurious WriteHeader that prevents the 101 Switching Protocols upgrade.
|
||||
beego.Handler("/oc/check/:id", http.HandlerFunc(controllers.CheckStreamHandler))
|
||||
beego.Handler("/oc/logs/:id", http.HandlerFunc(controllers.LogsStreamHandler))
|
||||
beego.Handler("/oc/booking/stream", http.HandlerFunc(controllers.BookingStreamHandler))
|
||||
beego.Handler("/oc/execution/stream", http.HandlerFunc(controllers.ExecutionStreamHandler))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user