Fixed method for endpoint
This commit is contained in:
+1
-1
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user