Add /api/location endpoint

This commit is contained in:
Ethan O'Brien
2024-06-03 17:20:22 -05:00
parent 1106ee89ba
commit f913f38b70
3 changed files with 10 additions and 0 deletions

View File

@@ -25,3 +25,4 @@ pub mod clear_rate;
pub mod exchange;
pub mod items;
pub mod databases;
pub mod location;