mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Add WIP /api/fileLists/JP/Bundle.json endpoint (may change)
This commit is contained in:
6
src/router/file_lists.rs
Normal file
6
src/router/file_lists.rs
Normal 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"))
|
||||
}
|
||||
77861
src/router/file_lists/Bundle.json
Normal file
77861
src/router/file_lists/Bundle.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user