actix-web/actix-web-codegen/tests/trybuild/scope-trailing-slash.rs

7 lines
74 B
Rust

use actix_web_codegen::scope;
#[scope("/api/")]
mod api {}
fn main() {}