This commit is contained in:
Tony Rewin 2023-10-02 18:36:02 +03:00
parent 002a94afdc
commit a67beec218

View File

@ -1,4 +1,4 @@
use actix_web::{web, App, HttpResponse, HttpServer, Responder}; use actix_web::{web, App, HttpResponse, HttpServer, Responder, web::Bytes};
use redis::{Client, AsyncCommands}; use redis::{Client, AsyncCommands};
use reqwest::Client as HTTPClient; use reqwest::Client as HTTPClient;
use serde::{Serialize, Deserialize}; use serde::{Serialize, Deserialize};