some changes

This commit is contained in:
2022-04-30 22:39:16 +02:00
parent 0387eac358
commit a0cc7e7386
27 changed files with 223 additions and 82 deletions

View File

@@ -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) {