rename project to smt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-04 12:47:50 +10:00
parent 45ceae73c4
commit 747487b764
8 changed files with 14 additions and 14 deletions

View File

@@ -7,8 +7,8 @@ import (
"net/http"
"strings"
"ccsecrets/models"
"ccsecrets/utils/token"
"smt/models"
"smt/utils/token"
"github.com/gin-gonic/gin"
"golang.org/x/crypto/bcrypt"

View File

@@ -1,8 +1,8 @@
package controllers
import (
"ccsecrets/models"
"ccsecrets/utils/token"
"smt/models"
"smt/utils/token"
"log"
"net/http"

View File

@@ -1,7 +1,7 @@
package controllers
import (
"ccsecrets/models"
"smt/models"
"errors"
"log"
"net/http"