dotenv was abadonend lol

This commit is contained in:
2023-12-19 15:22:55 +02:00
parent 061ff570a6
commit ce117cae12
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
use actix_web::{post, web, App, HttpResponse, HttpServer, Responder};
use dotenv::dotenv;
use dotenvy::dotenv;
use witl_api::*;
#[post("/echo")]
async fn echo(req_body: String) -> impl Responder {