forked from free-lancers/electricity_bill_calc_service
		
	fix(import):修复一个因为包结构变动引起的未引入问题。
This commit is contained in:
		| @@ -3,6 +3,7 @@ package router | ||||
| import ( | ||||
| 	"electricity_bill_calc/controller" | ||||
| 	"electricity_bill_calc/response" | ||||
| 	"electricity_bill_calc/security" | ||||
| 	"log" | ||||
| 	"runtime/debug" | ||||
|  | ||||
| @@ -12,7 +13,7 @@ import ( | ||||
| func Router() *gin.Engine { | ||||
| 	router := gin.Default() | ||||
| 	router.Use(Recover) | ||||
| 	router.Use(SessionRecovery) | ||||
| 	router.Use(security.SessionRecovery) | ||||
|  | ||||
| 	controller.InitializeUserController(router) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user