mirror of
https://github.com/actix/actix-website
synced 2025-08-31 00:50:20 +02:00
Moves everything into the cargo workspace.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// <compress>
|
||||
use actix_web::{http::ContentEncoding, middleware, HttpResponse};
|
||||
use actix_web::{middleware, HttpResponse};
|
||||
|
||||
fn index_br() -> HttpResponse {
|
||||
HttpResponse::Ok().body("data")
|
||||
|
Reference in New Issue
Block a user