Skip to content

Commit

Permalink
doc: update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
RakuJa committed Dec 7, 2024
1 parent 16f19b8 commit ab2ef96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/bestiary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use crate::models::item::weapon_struct::Weapon;

use crate::models::bestiary_structs::CreatureSortEnum;
use crate::models::bestiary_structs::{BestiaryPaginatedRequest, BestiarySortData};
use crate::models::db::sense::Sense;
use crate::models::routers_validator_structs::{CreatureFieldFilters, PaginatedRequest};
use crate::services::bestiary_service;
use crate::services::bestiary_service::BestiaryResponse;
Expand Down Expand Up @@ -87,6 +88,7 @@ pub fn init_docs(doc: &mut utoipa::openapi::OpenApi) {
CreatureExtraData,
CreatureCombatData,
CreatureSpellCasterData,
Sense,
Spell,
Shield,
Weapon,
Expand Down

0 comments on commit ab2ef96

Please sign in to comment.