Implement shop endpoints

This commit is contained in:
Ethan O'Brien
2024-04-28 20:43:58 -05:00
parent 4fc0cbcfa3
commit 2133f2236d
7 changed files with 156 additions and 23 deletions

View File

@@ -19,4 +19,5 @@ pub mod gree;
pub mod serial_code;
pub mod web;
pub mod card;
pub mod shop;
pub mod webui;