Update name of user endpoint #9

Merged
phoenix merged 7 commits from update_name_of_user into main 2026-06-12 17:27:47 -04:00
Showing only changes of commit 2ac267f323 - Show all commits
+4
View File
@@ -114,6 +114,10 @@ pub mod init {
callers::endpoints::UPDATE_PASSWORD,
patch(callers::login::update_password),
)
.route(
callers::endpoints::UPDATE_USER_NAME,
patch(callers::login::update_name_of_user),
)
.layer(cors::configure_cors().await)
}