Skip to content

Commit 80535cc

Browse files
fix: path
1 parent ee89ede commit 80535cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/functions/_controller/_functions_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def get_function(request: web.Request) -> web.Response:
8484

8585

8686
@routes.patch(
87-
"/{VTAG}/functions/{function_id}",
87+
f"/{VTAG}/functions/{{function_id}}",
8888
name="update_function",
8989
)
9090
@login_required

0 commit comments

Comments
 (0)