mirror of
https://github.com/guilhermewerner/rust-api
synced 2025-06-16 06:55:03 +00:00
Change to Actix Web
This commit is contained in:
8
Source/Main.rs
Normal file
8
Source/Main.rs
Normal file
@ -0,0 +1,8 @@
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
use std::io::Result;
|
||||
|
||||
#[actix_web::main]
|
||||
async fn main() -> Result<()> {
|
||||
return Backend::Main().await;
|
||||
}
|
Reference in New Issue
Block a user