Skip to content

Commit 80f5629

Browse files
committed
日本語へ
1 parent 4821770 commit 80f5629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@app.get("/")
99
async def root():
10-
return {"message": "Hello World"}
10+
return {"message": "Hello こんにちは"}
1111

1212
@app.get("/items/{item_id}")
1313
def read_item(item_id: int, q: Optional[str] = None):

0 commit comments

Comments
 (0)