mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Remove old asset lists / masterdata endpoints
This commit is contained in:
@@ -28,8 +28,6 @@ pub mod items;
|
||||
pub mod databases;
|
||||
pub mod location;
|
||||
pub mod event_ranking;
|
||||
pub mod asset_lists;
|
||||
mod master_data;
|
||||
mod tools;
|
||||
|
||||
use actix_web::{
|
||||
@@ -242,8 +240,6 @@ pub fn configure(cfg: &mut actix_web::web::ServiceConfig) {
|
||||
cfg.configure(crate::static_handlers::routes);
|
||||
cfg.service(
|
||||
actix_web::web::scope("/api")
|
||||
.configure(asset_lists::routes)
|
||||
.configure(master_data::routes)
|
||||
.service(
|
||||
actix_web::web::scope("")
|
||||
.wrap(from_fn(webui_fallback))
|
||||
|
||||
Reference in New Issue
Block a user