Returned StarCityGames support

This commit is contained in:
Aryom Belousov 2020-11-09 15:24:32 +03:00
parent de1187b96c
commit 7c6a6176dc
12 changed files with 133 additions and 72 deletions

View file

@ -7,8 +7,8 @@ import (
"net/http"
"strings"
"github.com/flygrounder/go-mtg-vk/caching"
"github.com/flygrounder/go-mtg-vk/cardsinfo"
"gitlab.com/flygrounder/go-mtg-vk/caching"
"gitlab.com/flygrounder/go-mtg-vk/cardsinfo"
"github.com/gin-gonic/gin"
)