mirror of
https://github.com/actix/actix-website
synced 2025-02-20 03:14:22 +01:00
fix vh example
This commit is contained in:
parent
7cc246fdc4
commit
1bf14f774d
@ -1,5 +1,5 @@
|
|||||||
#![allow(unused)]
|
#![allow(unused)]
|
||||||
use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder};
|
use actix_web::{http::Method, pred, server, App, HttpRequest, HttpResponse, Responder};
|
||||||
|
|
||||||
// <vh>
|
// <vh>
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user