Skip to content

Commit

Permalink
e2pg/web: add new integration ui (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith authored Oct 18, 2023
1 parent e1313e6 commit 8af9350
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cmd/e2pg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ func main() {
mux.HandleFunc("/task-updates", wh.Updates)
mux.HandleFunc("/add-source", wh.AddSource)
mux.HandleFunc("/save-source", wh.SaveSource)
mux.HandleFunc("/add-integration", wh.AddIntegration)
mux.HandleFunc("/save-integration", wh.SaveIntegration)
mux.HandleFunc("/debug/pprof/", npprof.Index)
mux.HandleFunc("/debug/pprof/cmdline", npprof.Cmdline)
mux.HandleFunc("/debug/pprof/profile", npprof.Profile)
Expand Down
Loading

0 comments on commit 8af9350

Please sign in to comment.