removed hardcoded host used for testing.
This commit is contained in:
parent
a5a923b477
commit
7783ab51a8
@ -2,7 +2,7 @@ package templates
|
||||
|
||||
|
||||
templ Sessions() {
|
||||
<div hx-ext="ws" ws-connect="ws://localhost:8000/ws/sessions">
|
||||
<div hx-ext="ws" ws-connect="/ws/sessions">
|
||||
<div id="mycontent">
|
||||
Initial content
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user