@@ -19,7 +19,9 @@ func init() {
}
func main() {
route.IncludeRouters()
route.IncludeRouters(
route.UserApi,
)
handler := route.InitRouter()
httpServe := http.Server{
The note is not visible to the blocked user.