aa
This commit is contained in:
@@ -42,7 +42,7 @@ async def monitor_requests(request: Request, call_next):
|
||||
|
||||
@app.get("/", response_class=HTMLResponse)
|
||||
async def home(request: Request):
|
||||
md_file_path = "/app/TpDevOpsProject.md"
|
||||
md_file_path = "/app/readme.md"
|
||||
try:
|
||||
with open(md_file_path, "r", encoding="utf-8") as f:
|
||||
md_content = f.read()
|
||||
|
||||
Reference in New Issue
Block a user