feat: remove dependency on socket.io
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

Keeping stuff commented so we can revisit, currently just need a working version
This commit is contained in:
Radical 2025-07-20 18:11:31 +02:00
parent 2fb7e7781f
commit 8ec1610b2e
4 changed files with 16 additions and 21 deletions

View file

@ -24,7 +24,6 @@ pub struct RevokeRequest {
}
// TODO: Should maybe be a delete request?
#[axum::debug_handler]
pub async fn post(
State(app_state): State<Arc<AppState>>,
Extension(CurrentUser(uuid)): Extension<CurrentUser<Uuid>>,