mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
awa
This commit is contained in:
parent
831473c940
commit
775c1198c3
|
|
@ -84,6 +84,8 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
|
||||||
|
|
||||||
let db = sea_orm::Database::connect(database_url).await?;
|
let db = sea_orm::Database::connect(database_url).await?;
|
||||||
|
|
||||||
|
info!("Connected to database: {:?}", db);
|
||||||
|
|
||||||
let user = user.insert(&db).await;
|
let user = user.insert(&db).await;
|
||||||
|
|
||||||
if let Err(err) = user {
|
if let Err(err) = user {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue