initial commit

This commit is contained in:
Miguel da Mota 2023-12-31 01:21:07 +01:00
commit 8a19a733d6
35 changed files with 2489 additions and 0 deletions

4
src/routes/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod auth;
pub mod me;
pub mod playlists;
pub mod users;