mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-11 12:31:58 +01:00
remove demo webserver since synapse serves up the webclient itself
This commit is contained in:
parent
0d1221155e
commit
ff23e5ba37
1 changed files with 0 additions and 3 deletions
|
@ -40,7 +40,4 @@ for port in 8080 8081 8082; do
|
|||
|
||||
done
|
||||
|
||||
echo "Starting webclient on port 8000..."
|
||||
python "demo/webserver.py" -p 8000 -P "$DIR/webserver.pid" "syweb/webclient"
|
||||
|
||||
cd "$CWD"
|
||||
|
|
Loading…
Reference in a new issue