Skip to content

Commit 2b7972a

Browse files
committed
Chore: 관리자 이메일 수정
1 parent 563d644 commit 2b7972a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/db/init_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def create_db_and_tables():
2323
with Session(db_engine) as session:
2424
dummy_user = User(
2525
login_id="Admin",
26-
email="yimnabin20051022@gmail.com",
26+
email="resq.404found@gmail.com",
2727
password=pwd_context.hash("Admin"),
2828
username="username",
2929
role=UserRole.ADMIN,

0 commit comments

Comments
 (0)