We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d16e7 commit 58ad66aCopy full SHA for 58ad66a
jupyter_server_terminals/api_handlers.py
@@ -67,7 +67,7 @@ def post(self) -> None:
67
class TerminalHandler(TerminalsMixin, TerminalAPIHandler):
68
"""A handler for a specific terminal."""
69
70
- SUPPORTED_METHODS = ("GET", "DELETE") # type:ignore[assignment]
+ SUPPORTED_METHODS = ("GET", "DELETE", "OPTIONS") # type:ignore[assignment]
71
72
@web.authenticated
73
@authorized
0 commit comments