Function autoendpoint::routes::webpush::webpush_route
source ยท 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