Эндпоинт fcm/set-token.

This commit is contained in:
2025-04-15 18:44:43 +04:00
parent ccaabfe909
commit 542258df01
4 changed files with 117 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ pub fn get_api_scope<
let fcm_scope = utoipa_actix_web::scope("/fcm")
.wrap(JWTAuthorization)
.service(routes::fcm::update_callback);
.service(routes::fcm::update_callback)
.service(routes::fcm::set_token);
let vk_id_scope = utoipa_actix_web::scope("/vkid") //
.service(routes::vk_id::oauth);