feat: allow accessing mii data via json api

This commit is contained in:
DJMrTV 2025-07-09 21:15:44 +02:00
commit 087f1875e9
3 changed files with 26 additions and 1 deletions

View file

@ -1 +1,2 @@
pub mod profile;
pub mod profile;
pub mod mii;