This commit is contained in:
Andras Schmelczer 2024-12-08 18:14:14 +00:00
parent e1ba3d44c7
commit dda356ea00
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 60 additions and 0 deletions

View file

@ -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;