diff --git a/Makefile b/Makefile index 4b97840..7410784 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ start: go run main.go start-dev: - go run main.go -dev + go run main.go -http 127.0.0.1:8000 -dev misspell: find . -name '*.go' -not -path './vendor/*' | xargs misspell -error