mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
Fix example
This commit is contained in:
parent
11d41fab8e
commit
5eb00bb9f3
@ -1,9 +1,6 @@
|
||||
#![allow(unused)]
|
||||
extern crate actix_web;
|
||||
use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder};
|
||||
|
||||
mod state;
|
||||
|
||||
// <vh>
|
||||
fn main() {
|
||||
let server = server::new(|| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user