Put all URLs under /api/

This commit is contained in:
2024-07-05 20:00:52 -07:00
parent 714e73aeb1
commit 5fc272054c
6 changed files with 26 additions and 18 deletions

View File

@@ -231,7 +231,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
let _ = rocket::build()
.mount(
"/",
shared::urls::MOUNT_POINT,
routes![
original,
refresh,