Skip to content

Commit

Permalink
Rename gui.html to index.html (tindy2013#105)
Browse files Browse the repository at this point in the history
* Rename gui.html to index.html

* Update webgui.bat
  • Loading branch information
We1eVen authored Nov 4, 2020
1 parent 56f0f23 commit 57b197a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions base/webgui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
chcp 65001>nul
title Stair Speedtest Web GUI Backend
setlocal enabledelayedexpansion
start http://127.0.0.1:65430/gui.html
tools\gui\websocketd --port=65430 --maxforks=1 --staticdir=tools\gui stairspeedtest /rpc
start http://127.0.0.1:65430
tools\gui\websocketd --port=65430 --maxforks=1 --staticdir=tools\gui stairspeedtest /rpc

0 comments on commit 57b197a

Please sign in to comment.