Skip to content

Commit

Permalink
feat: adds /__ergo__/ endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Apr 9, 2024
1 parent e306a4e commit a8443d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func ServeProxy(config *Config) error {

http.HandleFunc("/proxy.pac", proxy(config))

http.HandleFunc("/_ergo/list", list(config))
http.HandleFunc("/__ergo__/", list(config))

http.Handle("/", NewErgoProxy(config))

Expand Down

0 comments on commit a8443d4

Please sign in to comment.