Add WIP /api/fileLists/JP/Bundle.json endpoint (may change)

This commit is contained in:
Ethan O'Brien
2026-04-28 14:41:49 -06:00
parent 4ee5b00aef
commit 11e40a09cf
3 changed files with 77869 additions and 0 deletions

6
src/router/file_lists.rs Normal file
View File

@@ -0,0 +1,6 @@
use actix_web::{HttpResponse, HttpRequest};
pub fn bundle(_req: HttpRequest) -> HttpResponse {
HttpResponse::Ok().body(include_str!("file_lists/Bundle.json"))
}

File diff suppressed because it is too large Load Diff