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:
parent
7cc246fdc4
commit
1bf14f774d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user