aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/routes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/routes.go b/routes/routes.go
index 118a4a5..d78acc7 100644
--- a/routes/routes.go
+++ b/routes/routes.go
@@ -1,8 +1,8 @@
package routes
import (
+ "git.sr.ht/~gabrielgio/midr/controller"
"github.com/gin-gonic/gin"
- "gitlab.com/gabrielgio/midr/controller"
)
func HandleRequests() {