feat(notify): Web Push subscriptions and email/push prefs.
Prefs in user.preferences; push_subscription table; VAPID send on reminder/waitlist. Refs EventHub/EventHubBack#75
This commit is contained in:
@@ -93,6 +93,9 @@ start_http() ->
|
||||
{"/v1/logout", handler_logout, []},
|
||||
{"/v1/user/me", handler_user_me, []},
|
||||
{"/v1/user/me/avatar", handler_user_avatar, []},
|
||||
{"/v1/notifications/prefs", handler_notification_prefs, []},
|
||||
{"/v1/push/vapid-public-key", handler_push, []},
|
||||
{"/v1/push/subscriptions", handler_push, []},
|
||||
{"/v1/user/bookings", handler_user_bookings, []},
|
||||
{"/v1/user/booking-requests", handler_user_booking_requests, []},
|
||||
{"/v1/user/studio-bookings", handler_user_studio_bookings, []},
|
||||
|
||||
Reference in New Issue
Block a user