fixing notify endpoint

This commit is contained in:
Roland Osborne 2022-11-14 11:34:43 -08:00
parent 61ec0b281a
commit c8f8ef7a97

View File

@ -183,7 +183,7 @@ var endpoints = routes{
route{ route{
"SetAccountNotification", "SetAccountNotification",
strings.ToUpper("Get"), strings.ToUpper("Put"),
"/account/notification", "/account/notification",
SetAccountNotification, SetAccountNotification,
}, },