Removed utoipa

This commit is contained in:
2024-08-03 19:41:29 +03:00
parent 40f0526500
commit 9f36d8e663
3 changed files with 13 additions and 111 deletions

View File

@ -42,7 +42,6 @@ async fn create_test_users(pool: &Pool) -> anyhow::Result<()> {
#[tokio::main]
async fn main() -> anyhow::Result<()> {
// TODO: add utoipa and utoipauto for swagger
let _ = dotenvy::dotenv();
tracing_subscriber::fmt::init();