-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Move get_quest_users.rs to the correct directory
- Loading branch information
Showing
4 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,8 @@ ctor = "0.2.6" | |
axum-client-ip = "0.4.0" | ||
jsonwebtoken = "9" | ||
tower = "0.4.13" | ||
|
||
|
||
|
||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |