Skip to content

Commit

Permalink
remove unused endpoint (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos authored Dec 15, 2023
1 parent 9d362b2 commit 0fd774a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 176 deletions.
64 changes: 0 additions & 64 deletions killbrowser.go

This file was deleted.

31 changes: 0 additions & 31 deletions killbrowser/killbrowser_darwin.go

This file was deleted.

45 changes: 0 additions & 45 deletions killbrowser/killbrowser_linux.go

This file was deleted.

35 changes: 0 additions & 35 deletions killbrowser/killbrowser_windows.go

This file was deleted.

1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ func loop() {
r.Handle("WS", "/socket.io/", socketHandler)
r.Handle("WSS", "/socket.io/", socketHandler)
r.GET("/info", infoHandler)
r.POST("/killbrowser", killBrowserHandler)
r.POST("/pause", pauseHandler)
r.POST("/update", updateHandler)

Expand Down

0 comments on commit 0fd774a

Please sign in to comment.