Add auth
This commit is contained in:
parent
e1ba3d44c7
commit
dda356ea00
8 changed files with 60 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ use axum::response::{IntoResponse, Response};
|
|||
use axum::{extract::DefaultBodyLimit, Extension};
|
||||
use axum::{extract::WebSocketUpgrade, Json};
|
||||
use log::info;
|
||||
mod auth;
|
||||
mod create_document;
|
||||
mod delete_document;
|
||||
mod fetch_latest_document_version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue