From a7fe6f988e6cd981a190f64f2a6f28b69107af53 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 14 Mar 2024 14:46:42 +0900 Subject: [PATCH] =?UTF-8?q?unos-fe=20=E3=82=A8=E3=83=B3=E3=83=89=E3=83=9D?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=83=88=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unos-fe/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unos-fe/src/environments/environment.ts b/unos-fe/src/environments/environment.ts index ce1f2d7..1d89672 100644 --- a/unos-fe/src/environments/environment.ts +++ b/unos-fe/src/environments/environment.ts @@ -1,4 +1,4 @@ export const environment = { production:true, - baseUrl:"" + baseUrl:"http://watchdog.istorage" };