mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
chore(homeserver): remove debug_handler
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use axum::{
|
||||
debug_handler,
|
||||
extract::{Host, State},
|
||||
http::StatusCode,
|
||||
response::IntoResponse,
|
||||
@@ -20,7 +19,6 @@ use crate::{
|
||||
server::AppState,
|
||||
};
|
||||
|
||||
#[debug_handler]
|
||||
pub async fn signup(
|
||||
State(state): State<AppState>,
|
||||
user_agent: Option<TypedHeader<UserAgent>>,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use axum::{
|
||||
body::Body,
|
||||
debug_handler,
|
||||
extract::State,
|
||||
http::{header, Response, StatusCode},
|
||||
response::IntoResponse,
|
||||
@@ -17,7 +16,6 @@ use crate::{
|
||||
server::AppState,
|
||||
};
|
||||
|
||||
#[debug_handler]
|
||||
pub async fn put(
|
||||
State(mut state): State<AppState>,
|
||||
pubky: Pubky,
|
||||
|
||||
Reference in New Issue
Block a user