Skip to content

Commit

Permalink
fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Aug 31, 2022
1 parent f90b73c commit deeb3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyttoresque/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def setup_panel():
return {
'command': ['panel', 'serve',
'--allow-websocket-origin', '*',
'--prefix', '{base_url}/panel',
'--prefix', '{base_url}panel',
'--address', '127.0.0.1',
'--port', '{port}', HERE],
'absolute_url': True,
Expand Down

0 comments on commit deeb3d5

Please sign in to comment.