implement tutorial endpoint

This commit is contained in:
Ethan O'Brien
2024-02-23 19:13:03 -06:00
parent 9ce5f9bd42
commit c5cfc9bf4d
6 changed files with 70 additions and 6 deletions

View File

@@ -4,3 +4,5 @@ pub mod login;
pub mod userdata;
pub mod user;
pub mod purchase;
pub mod tutorial;
pub mod mission;