mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-06 23:21:16 +08:00
6 lines
209 B
JavaScript
6 lines
209 B
JavaScript
export { toast } from './composables/useToast'
|
|
|
|
export const API_DOMAIN = 'https://www.open-isle.com'
|
|
export const API_PORT = ''
|
|
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN
|