wip
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package ginserver
|
||||
|
||||
import (
|
||||
"budget/internal/utils"
|
||||
"math/rand"
|
||||
"nos-comptes/internal/utils"
|
||||
"time"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
package ginserver
|
||||
|
||||
import (
|
||||
"budget/handler"
|
||||
"budget/internal/account"
|
||||
"budget/internal/expense"
|
||||
"budget/internal/jointaccount"
|
||||
"budget/internal/storage/dao/postgresql"
|
||||
"budget/internal/user"
|
||||
"budget/middleware"
|
||||
"net/http"
|
||||
"nos-comptes/handler"
|
||||
"nos-comptes/internal/account"
|
||||
"nos-comptes/internal/expense"
|
||||
"nos-comptes/internal/jointaccount"
|
||||
"nos-comptes/internal/storage/dao/postgresql"
|
||||
"nos-comptes/internal/user"
|
||||
"nos-comptes/middleware"
|
||||
"time"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
Reference in New Issue
Block a user