Update gitignore
This commit is contained in:
parent
73413d3d8c
commit
de72e40789
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -26,10 +26,10 @@ Temporary Items
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
surreal
|
surreal
|
||||||
gin-bin
|
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# Data
|
# Other
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
data/
|
data/
|
||||||
|
vendor/
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<title>WebSocket</title>
|
<title>WebSocket</title>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var uri = "ws://127.0.0.1:33793/";
|
var uri = "ws://127.0.0.1:8000/rpc";
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue