added static server
This commit is contained in:
@@ -1 +1 @@
|
||||
python3 -m http.server 8083 &
|
||||
go run staticServer.go &
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
port := flag.String("p", "8100", "port to serve on")
|
||||
port := flag.String("p", "8083", "port to serve on")
|
||||
directory := flag.String("d", ".", "the directory of static file to host")
|
||||
flag.Parse()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user