mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Add WIP masterdata endpoint
This commit is contained in:
@@ -51,6 +51,7 @@ pub async fn run_server(in_thread: bool) -> std::io::Result<()> {
|
||||
.service(static_handlers::maintenance)
|
||||
.service(static_handlers::files_jp)
|
||||
.service(static_handlers::files_gl)
|
||||
.configure(router::configure)
|
||||
.default_service(web::route().to(router::request))
|
||||
).bind(("0.0.0.0", port))?.run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user