We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5423c1 commit f8ddc3bCopy full SHA for f8ddc3b
main.go
@@ -6,5 +6,5 @@ import (
6
)
7
8
func main() {
9
- utils.ErrorConsoleLog(server.NewDevServer(":7000").Boot().Error())
+ utils.ErrorConsoleLog(server.NewDevServer(":8080").Boot().Error())
10
}
0 commit comments