bump version to v2.1.1 (#533)

This commit is contained in:
Sijie.Sun
2024-12-24 10:40:57 -05:00
committed by GitHub
parent 2f4a097787
commit 34e4e907a9
12 changed files with 55 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::sync::Arc;
use axum::extract::{Path, Query};
use axum::extract::Path;
use axum::http::StatusCode;
use axum::routing::{delete, post};
use axum::{extract::State, routing::get, Json, Router};