We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49268c8 commit c9a73fbCopy full SHA for c9a73fb
main.go
@@ -11,7 +11,6 @@ import (
11
"github.com/labstack/echo/middleware"
12
13
"github.com/traPtitech/anke-to/model"
14
- "github.com/traPtitech/anke-to/router"
15
"github.com/traPtitech/anke-to/tuning"
16
)
17
@@ -55,7 +54,7 @@ func main() {
55
54
e.Use(middleware.Recover())
56
e.Use(middleware.Logger())
57
58
- router.SetRouting(e)
+ SetRouting(e)
59
60
if env == "pprof" {
61
runtime.SetBlockProfileRate(1)
0 commit comments