Collections users route (#711)

* users route

* Added user route

* collections
This commit is contained in:
Wyatt Verchere
2023-09-18 11:43:58 -07:00
committed by GitHub
parent f65f949a36
commit 4bf030993a
7 changed files with 103 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
mod admin;
mod analytics_get;
mod collections;
mod images;
mod analytics_get;
mod moderation;
mod notifications;
pub(crate) mod project_creation;