Actions
New Function #236
closed[APP] domain hardcoding source
Description
1.To-do
- replace hard-coding domain with env variables
2.target
1) lib\api\swagger\runtime.ts
a) BASE_PATH = "http://210.123.124.139:8082/KORAIL"
- NEXT_PUBLIC_API_SERVER_HOST + NEXT_PUBLIC_API_SERVER_PORT + NEXT_PUBLIC_API_PATH2
2) lib\utils\kcb.ts
a) new URL("http://210.123.124.139:8082/KORAIL/self_certified1");
- NEXT_PUBLIC_SELF_CERTIFIED_URL
Actions