mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
use actix_web::{
|
||||
App, Error, HttpServer, Responder,
|
||||
body::MessageBody,
|
||||
dev::{ServiceFactory, ServiceRequest, ServiceResponse},
|
||||
get,
|
||||
guard::{Guard, GuardContext},
|
||||
middleware::DefaultHeaders,
|
||||
web, App, Error, HttpServer, Responder,
|
||||
web,
|
||||
};
|
||||
|
||||
mod v1 {
|
||||
|
Reference in New Issue
Block a user