Añade el servidor web actix-web
This commit is contained in:
parent
6ed78e3934
commit
13a408ce61
9 changed files with 92 additions and 0 deletions
4
src/core/server/mod.rs
Normal file
4
src/core/server/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub use actix_web::{web, App, HttpRequest, HttpServer, Responder};
|
||||
|
||||
mod main;
|
||||
pub use main::run;
|
||||
Loading…
Add table
Add a link
Reference in a new issue