Get User profile endpoint #18

Merged
phoenix merged 7 commits from user_profile-endpoint into main 2026-07-01 22:37:26 -04:00
Showing only changes of commit 61b29871bd - Show all commits
+1 -1
View File
@@ -130,7 +130,7 @@ pub mod init {
) )
.route( .route(
callers::endpoints::GET_USER_PROFILE, callers::endpoints::GET_USER_PROFILE,
patch(callers::login::get_user_profile), get(callers::login::get_user_profile),
) )
.layer(cors::configure_cors().await) .layer(cors::configure_cors().await)
} }