1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

fix vh example

This commit is contained in:
Nikolay Kim 2018-06-09 06:26:27 -07:00
parent 7cc246fdc4
commit 1bf14f774d

View File

@ -1,5 +1,5 @@
#![allow(unused)]
use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder};
use actix_web::{http::Method, pred, server, App, HttpRequest, HttpResponse, Responder};
// <vh>
fn main() {