Skip to content

Commit

Permalink
fix port for github deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed May 17, 2019
1 parent 42899c4 commit 0c7579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Expand Up @@ -29,7 +29,7 @@ <h2 id=heading>room</h2>
<script src='https://ws.n2o.space/priv/heart.js'></script>
<script src='https://ws.n2o.space/priv/n2o.js'></script>
<script>host = location.hostname === 'sample.n2o.space' ? 'ns.synrc.com' : location.hostname;
port = 8040;</script>
port = 8001;</script>
<script src='https://ws.n2o.space/priv/ftp.js'></script>
<script src='https://ws.n2o.space/priv/nitro.js'></script>
<script>protos = [$bert]; N2O_start();</script>
Expand Down

0 comments on commit 0c7579f

Please sign in to comment.