diff --git a/net/server/internal/routers.go b/net/server/internal/routers.go index bd5b6a70..f83256c4 100644 --- a/net/server/internal/routers.go +++ b/net/server/internal/routers.go @@ -183,7 +183,7 @@ var endpoints = routes{ route{ "SetAccountNotification", - strings.ToUpper("Get"), + strings.ToUpper("Put"), "/account/notification", SetAccountNotification, },