Docker mysql port 층돌, 접속 오류 수정

This commit is contained in:
2023-10-20 13:20:23 +09:00
parent 7873968e4d
commit 0c3d31c129
3 changed files with 7 additions and 3 deletions

View File

@ -57,3 +57,6 @@ func (controller *tokenController) List(c *gin.Context) {
c.JSON(http.StatusOK, result)
}
func (controller *tokenController) Refresh(c *gin.Context) {
}