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:
@ -125,7 +125,7 @@ mod handlers {
|
||||
|
||||
use ::config::Config;
|
||||
use actix_web::{web, App, HttpServer};
|
||||
use dotenv::dotenv;
|
||||
use dotenvy::dotenv;
|
||||
use handlers::{add_user, get_users};
|
||||
use tokio_postgres::NoTls;
|
||||
|
||||
|
Reference in New Issue
Block a user