mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +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