downloading levels... IS REAL!

This commit is contained in:
Reid 2023-09-13 14:47:23 -07:00
parent 91fc1433b3
commit cc1c365e5f
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
6 changed files with 244 additions and 4 deletions

View file

@ -58,6 +58,7 @@ fn rocket() -> _ {
endpoints::users::get_users::get_users,
endpoints::levels::download_level::download_level,
endpoints::levels::get_levels::get_levels,
endpoints::levels::upload_level::upload_level
])