onepiece-tcg-notion-importer/const.go

8 lines
196 B
Go
Raw Normal View History

2022-08-12 11:33:32 +00:00
package main
const (
sourcesURL = "https://onepiece-cardgame.dev/sources.json"
metaURL = "https://onepiece-cardgame.dev/meta.json"
cardsURL = "https://onepiece-cardgame.dev/cards.json"
)