오탈자 수정

main
jaehwang 2025-11-12 09:33:33 +09:00
parent edae77c782
commit 52a0ea0a1f
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ async def startup():
if 'blog_table'not in table_list: if 'blog_table'not in table_list:
await sql.create_blog_table() await sql.create_blog_table()
print("user_table created") print("blog_table created")
else: else:
print("user_table already exist") print("blog_table already exist")
@asynccontextmanager @asynccontextmanager
async def lifespan(app : FastAPI): async def lifespan(app : FastAPI):