Built insert and update builders
This commit is contained in:
@@ -5,13 +5,12 @@ use axum::{Extension, Json, Router};
|
||||
use axum::extract::{Path, State};
|
||||
use axum::middleware::from_extractor;
|
||||
use axum::routing::post;
|
||||
use axum_extra::handler::HandlerCallWithExtractors;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use uuid::Uuid;
|
||||
use crate::api::auth::{AuthCredential, AuthorizationMiddleware};
|
||||
use crate::AppState;
|
||||
use crate::bot::commands::fun::roll::{format_roll, parse_dice};
|
||||
use crate::data::query::{Condition, QueryBuilder};
|
||||
use crate::data::query::QueryBuilder;
|
||||
use crate::error::{Error, SirenResult};
|
||||
|
||||
pub fn get_routes() -> Router<Arc<AppState>> {
|
||||
|
||||
Reference in New Issue
Block a user