Added lib to service
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
use actix_web::{get, post, put, delete, web, HttpResponse, HttpRequest, ResponseError};
|
||||
use log::error;
|
||||
use serde::{Serialize, Deserialize};
|
||||
use siren::{GetResponse, Metadata, ServiceError};
|
||||
|
||||
use crate::{db::{spells::{QuerySpell, QueryFilters}, GetResponse, Metadata}, error_handler::ServiceError};
|
||||
use crate::db::spells::{QuerySpell, QueryFilters};
|
||||
|
||||
use super::{Spell, InsertSpell};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user