|
|
@@ -29,6 +29,7 @@ import org.springframework.web.bind.annotation.ModelAttribute;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
import com.fasterxml.jackson.databind.JsonMappingException;
|
|
|
+import com.style24.core.biz.thirdparty.KollusApi;
|
|
|
import com.style24.core.support.exception.TscNoSessionException;
|
|
|
import com.style24.core.support.message.TscMessageByLocale;
|
|
|
|
|
|
@@ -72,6 +73,11 @@ public class TscBaseController {
|
|
|
return env;
|
|
|
}
|
|
|
|
|
|
+ @ModelAttribute("kollusMediaUrl")
|
|
|
+ public String getMediaUrl() {
|
|
|
+ return KollusApi.mediaUrl;
|
|
|
+ }
|
|
|
+
|
|
|
@ResponseBody
|
|
|
public GagaResponse ok() {
|
|
|
return GagaResponse.of(GagaResponseStatus.SUCCESS.getCode(), "SUCCESS");
|