Skip to content

Commit

Permalink
Merge pull request #356 from Nanle100/fix-#343
Browse files Browse the repository at this point in the history
Fix: Move get_quest_users.rs to the correct directory
  • Loading branch information
Marchand-Nicolas authored Dec 17, 2024
2 parents 1728727 + 306a190 commit 3822df8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ regex = "1.10.0"
ctor = "0.2.6"
axum-client-ip = "0.4.0"
jsonwebtoken = "9"
tower = "0.4.13"
tower = "0.4.13"
1 change: 1 addition & 0 deletions src/endpoints/admin/quest/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pub mod create_quest;
mod get_quest;
pub mod get_quest_participants;
pub mod get_quest_users;
pub mod get_quests;
pub mod get_tasks;
pub mod update_quest;
3 changes: 1 addition & 2 deletions src/endpoints/admin/quest_boost/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod create_boost;
pub mod get_boost_winners;
pub mod get_quest_users;
pub mod update_boost;
pub mod update_boost;

0 comments on commit 3822df8

Please sign in to comment.