mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update dotenv::dotenv references
This commit is contained in:
@ -7,7 +7,7 @@ use actix_web::{
|
||||
};
|
||||
use actix_web_lab::{extract::Path, respond::Html};
|
||||
use aws_config::meta::region::RegionProviderChain;
|
||||
use dotenv::dotenv;
|
||||
use dotenvy::dotenv;
|
||||
use serde_json::json;
|
||||
|
||||
mod client;
|
||||
|
Reference in New Issue
Block a user