Skip to content

Commit

Permalink
修改Server PORT 为 int
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJoyHunan committed Aug 4, 2022
1 parent 398b86f commit 25d6b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package {{.pkgName}}
type Server struct {
Name string
Host string
Port string
Port int
}

type Jwt struct {
Expand Down

0 comments on commit 25d6b5d

Please sign in to comment.