Skip to content

Commit 5387c97

Browse files
JohemianKnapsodyjulianstirling
authored andcommitted
Switch fallback status code to 218
1 parent 2bba47c commit 5387c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings_fastapi/server/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def root():
7171
logging_info = f" <p>Logging info</p>\n <pre>{app.log_history}</pre>"
7272

7373
content = content.replace("{{logginginfo}}", logging_info)
74-
return HTMLResponse(content=content, status_code=206)
74+
return HTMLResponse(content=content, status_code=218)
7575

7676

7777
@app.get("/{path:path}")

0 commit comments

Comments
 (0)