feat: remove dependency on socket.io
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
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:
parent
2fb7e7781f
commit
8ec1610b2e
4 changed files with 16 additions and 21 deletions
|
@ -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>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue