pub async fn webpush_route(
notification: Notification,
routers: Routers,
_app_state: Data<AppState>,
) -> Result<HttpResponse, ApiError>Expand description
Handle the POST /wpush/{api_version}/{token} and POST /wpush/{token} routes
This is the endpoint for all incoming Push subscription updates.