some changes
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/auth"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/models"
|
||||
"spahl.ddns.net/jasper/wok-able/auth"
|
||||
"spahl.ddns.net/jasper/wok-able/models"
|
||||
)
|
||||
|
||||
func Register(c *gin.Context) {
|
||||
|
||||
@@ -2,8 +2,8 @@ package controllers
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
auth "spahl.ddns.net/jasper/wok-able-backend/controllers/authentication"
|
||||
v1 "spahl.ddns.net/jasper/wok-able-backend/controllers/v1"
|
||||
auth "spahl.ddns.net/jasper/wok-able/controllers/authentication"
|
||||
v1 "spahl.ddns.net/jasper/wok-able/controllers/v1"
|
||||
)
|
||||
|
||||
func Setup(c *gin.Engine) {
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/auth"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/models"
|
||||
"spahl.ddns.net/jasper/wok-able/auth"
|
||||
"spahl.ddns.net/jasper/wok-able/models"
|
||||
)
|
||||
|
||||
func getCardById(c *gin.Context) {
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"strconv"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/auth"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/models"
|
||||
"spahl.ddns.net/jasper/wok-able/auth"
|
||||
"spahl.ddns.net/jasper/wok-able/models"
|
||||
)
|
||||
|
||||
func getCardDecks(c *gin.Context) {
|
||||
|
||||
@@ -2,9 +2,9 @@ package v1
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/auth"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/controllers/v1/card"
|
||||
"spahl.ddns.net/jasper/wok-able-backend/controllers/v1/carddeck"
|
||||
"spahl.ddns.net/jasper/wok-able/auth"
|
||||
"spahl.ddns.net/jasper/wok-able/controllers/v1/card"
|
||||
"spahl.ddns.net/jasper/wok-able/controllers/v1/carddeck"
|
||||
)
|
||||
|
||||
func Setup(r *gin.RouterGroup) {
|
||||
|
||||
Reference in New Issue
Block a user