Skip to content

Commit 29c9e36

Browse files
committed
fix error
1 parent 089b924 commit 29c9e36

File tree

1 file changed

+1
-0
lines changed
  • services/web/server/src/simcore_service_webserver/exception_handling

1 file changed

+1
-0
lines changed

services/web/server/src/simcore_service_webserver/exception_handling/_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ async def _exception_handler(
9494
"request.remote": f"{request.remote}",
9595
"request.method": f"{request.method}",
9696
"request.path": f"{request.path}",
97+
"error_code": oec,
9798
},
9899
)
99100
)

0 commit comments

Comments
 (0)