mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
fix vh example
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user