image storage url added
This commit is contained in:
parent
72b0b00e44
commit
9ba00dc29c
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ export const BASE_URL = 'https://api.nqws.ru/api/v2'
|
||||||
// export const BASE_URL = 'http://localhost:9090/api/v2'
|
// export const BASE_URL = 'http://localhost:9090/api/v2'
|
||||||
|
|
||||||
export const BASE_MANDARAKE_LINK = 'https://order.mandarake.co.jp/order/listPage/list?soldOut=1&keyword='
|
export const BASE_MANDARAKE_LINK = 'https://order.mandarake.co.jp/order/listPage/list?soldOut=1&keyword='
|
||||||
|
// export const IMAGE_STORAGE_URL = 'http://localhost:9280'
|
||||||
|
export const IMAGE_STORAGE_URL = 'https://images.nqws.ru'
|
||||||
|
|
||||||
app.use(createPinia())
|
app.use(createPinia())
|
||||||
app.use(router)
|
app.use(router)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue