Skip to content

Commit d6b8efe

Browse files
committed
fixup gateway-url alias
1 parent 5ea3820 commit d6b8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def start(self):
535535
'notebook-dir': 'ServerApp.root_dir',
536536
'browser': 'ServerApp.browser',
537537
'pylab': 'ServerApp.pylab',
538-
'gateway-url': 'GatewayClient.gateway_url',
538+
'gateway-url': 'GatewayClient.url',
539539
})
540540

541541
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)