stock.exdev.co.kr로 접속 url 변경
This commit is contained in:
@@ -12,10 +12,10 @@ import { getRuntimePlatform } from '../platform.js';
|
||||
export type StrategyFlowLayoutStore = Record<string, unknown>;
|
||||
|
||||
/** 배포 APK·exdev (모바일 APK — http) */
|
||||
export const PRODUCTION_API_BASE = 'http://exdev.co.kr/api';
|
||||
export const PRODUCTION_API_BASE = 'https://stock.exdev.co.kr/api';
|
||||
|
||||
/** Tauri desktop — exdev HTTP (HTTPS /api는 Caddy에서 빈 응답) */
|
||||
export const DESKTOP_API_BASE = 'http://exdev.co.kr/api';
|
||||
export const DESKTOP_API_BASE = 'https://stock.exdev.co.kr/api';
|
||||
|
||||
function viteEnv(): Record<string, string> | undefined {
|
||||
return typeof import.meta !== 'undefined'
|
||||
|
||||
Reference in New Issue
Block a user