Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoxong authored Nov 6, 2024
1 parent af02089 commit a59d6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def calc_difficulty(s: str):

@app.get("/")
async def root():
return {"message": "Hello World"}
return {"message": "한글바다 AI 서버입니다."}

if __name__ == "__main__":
import uvicorn
Expand Down Expand Up @@ -125,4 +125,4 @@ def decomposition(korean_word: str):
if len(i) == 3:
b_list.append(i[2])

return b_list, m_list
return b_list, m_list

0 comments on commit a59d6f9

Please sign in to comment.