Skip to content

Commit aa38e4b

Browse files
committed
Make info entrypoint consistent with the rest of the API
All other entrypoints end with a /, so `info` should as well.
1 parent f9fc11d commit aa38e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webproj/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ async def transformation_4d(
504504
return {"v1": v1, "v2": v2, "v3": v3, "v4": v4}
505505

506506

507-
@app.get("/v1.2/info")
507+
@app.get("/v1.2/info/")
508508
async def info() -> WEBPROJInfo:
509509
"""
510510
Retrieve information about the running instance of WEBPROJ and it's constituent components.

0 commit comments

Comments
 (0)