Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 19, 2024
1 parent ab519a0 commit 5217fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual_serve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def get_websocket_url(route: str, **args) -> str:
}
context["config"] = {
"static": {
"url": get_url("static", filename="/"),
"url": get_url("static", filename="/") + "/",
},
}
context["application"] = {
Expand Down

1 comment on commit 5217fdf

@ilCapo77
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this fix? I was forced to remove this + "/" in order to work on my mac.

Please sign in to comment.