Skip to content

Commit

Permalink
feat: remove unique page visit endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtom committed Mar 7, 2024
1 parent e114ac2 commit 4b3956e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
4 changes: 4 additions & 0 deletions src/endpoints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ pub mod has_completed_quest;
pub mod leaderboard;
pub mod quest_boost;
pub mod quests;
<<<<<<< Updated upstream
pub mod get_boosted_quests;
pub mod analytics;
pub mod unique_page_visit;
=======
pub mod get_boosted_quests;
>>>>>>> Stashed changes
46 changes: 0 additions & 46 deletions src/endpoints/unique_page_visit.rs

This file was deleted.

0 comments on commit 4b3956e

Please sign in to comment.