good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 52f90958 authored by a's avatar a
Browse files

switch to /

parent 3fdc18ae
No related branches found
No related tags found
Loading
......@@ -30,7 +30,7 @@ func main() {
r.Group(func(r jmux.Router) {
r.Use(engine.Middleware())
r.HandleFunc("testservice_subscribe", func(w codec.ResponseWriter, r *codec.Request) {
r.HandleFunc("testservice/subscribe", func(w codec.ResponseWriter, r *codec.Request) {
notifier, ok := subscription.NotifierFromContext(r.Context())
if !ok {
w.Send(nil, subscription.ErrNotificationsUnsupported)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment