Fixed method for endpoint

This commit is contained in:
2026-07-01 22:18:25 -04:00
parent 8f0d3f4e6d
commit 61b29871bd
+1 -1
View File
@@ -130,7 +130,7 @@ pub mod init {
)
.route(
callers::endpoints::GET_USER_PROFILE,
patch(callers::login::get_user_profile),
get(callers::login::get_user_profile),
)
.layer(cors::configure_cors().await)
}