mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
rename nested routing binary
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use actix_web::{middleware, App, HttpServer};
|
||||
|
||||
use async_ex2::appconfig::config_app;
|
||||
use nested_routing::app_config::config_app;
|
||||
|
||||
#[actix_web::main]
|
||||
async fn main() -> std::io::Result<()> {
|
||||
|
Reference in New Issue
Block a user