(w http.ResponseWriter, r *http.Request)
| 1994 | } |
| 1995 | |
| 1996 | func (api *API) notifications(w http.ResponseWriter, r *http.Request) { |
| 1997 | httputil.SetCORS(w, api.CORSOrigin, r) |
| 1998 | api.respond(w, r, api.notificationsGetter(), nil, "") |
| 1999 | } |
| 2000 | |
| 2001 | func (api *API) notificationsSSE(w http.ResponseWriter, r *http.Request) { |
| 2002 | httputil.SetCORS(w, api.CORSOrigin, r) |