feat: add embedded web dashboard for remote server
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/longbin/agent-notify/web"
|
||||
)
|
||||
|
||||
func webHandler() http.Handler {
|
||||
return web.Handler()
|
||||
}
|
||||
Reference in New Issue
Block a user