csx 4 years ago
parent
commit
6f99d3874f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/login/login_controller.go

+ 1 - 1
controllers/login/login_controller.go View File

@@ -3,11 +3,11 @@ package login
3 3
 import (
4 4
 	base_ctl "SCRM/controllers"
5 5
 	"SCRM/enums"
6
+	"SCRM/models"
6 7
 	"SCRM/service/admin_service"
7 8
 	"SCRM/utils"
8 9
 	"fmt"
9 10
 	"net/url"
10
-	"scrm/models"
11 11
 	"strconv"
12 12
 	"strings"
13 13