mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
7 lines
65 B
Rust
7 lines
65 B
Rust
|
use actix_web_codegen::scope;
|
||
|
|
||
|
#[scope]
|
||
|
mod api {}
|
||
|
|
||
|
fn main() {}
|