Skip to content

Commit 800eb31

Browse files
committed
prod deployment
1 parent ac1380f commit 800eb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
var assets embed.FS
2121

2222
func main() {
23-
mode := flag.String("mode", "dev", "run mode")
23+
mode := flag.String("mode", "prod", "run mode")
2424
flag.Parse()
2525

2626
var appDB *sql.DB

0 commit comments

Comments
 (0)