diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/app/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/app/main.go b/cmd/app/main.go index 4405bf1..3f071de 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go | |||
@@ -6,8 +6,8 @@ import ( | |||
6 | "strings" | 6 | "strings" |
7 | "time" | 7 | "time" |
8 | 8 | ||
9 | "immae.eu/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front/api" | 9 | "git.immae.eu/Cryptoportfolio/Front.git/api" |
10 | "immae.eu/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front/db" | 10 | "git.immae.eu/Cryptoportfolio/Front.git/db" |
11 | 11 | ||
12 | "github.com/gin-contrib/cors" | 12 | "github.com/gin-contrib/cors" |
13 | "github.com/gin-gonic/gin" | 13 | "github.com/gin-gonic/gin" |