This commit is contained in:
xuyucheng 2021-11-26 15:01:41 +08:00
parent c8f2788ce1
commit d9fdd3b0bb
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ func InitRouter() {
toC.POST("/issue", Controllers.SetNews) toC.POST("/issue", Controllers.SetNews)
} }
router.Run(":9090") router.Run(":51002")
} }