unos-fe エンドポイントを修正

This commit is contained in:
usbharu 2024-03-14 14:46:42 +09:00
parent a2749072eb
commit a7fe6f988e
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions
unos-fe/src/environments

View File

@ -1,4 +1,4 @@
export const environment = {
production:true,
baseUrl:""
baseUrl:"http://watchdog.istorage"
};