Skip to content

Commit f8ddc3b

Browse files
author
Mohammed AlSammak
committed
fixes to hardcoded code
1 parent d5423c1 commit f8ddc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import (
66
)
77

88
func main() {
9-
utils.ErrorConsoleLog(server.NewDevServer(":7000").Boot().Error())
9+
utils.ErrorConsoleLog(server.NewDevServer(":8080").Boot().Error())
1010
}

0 commit comments

Comments
 (0)