관리-보유금지급회수 팝업 생성

This commit is contained in:
이담 정 2022-08-12 07:56:00 +00:00
parent 621899e348
commit 27caf1469f
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ export interface CashComposeData {
price: string;
memo: string;
}
export interface RegistComposeResult {
export interface CashComposeResult {
price: string;
memo: string;
}

View File

@ -4,7 +4,7 @@ export const environment: Environment = {
production: true,
nats: {
connectionOptions: {
servers: ['ws://192.168.50.200:8088'],
servers: ['ws://192.168.50.208:8088'],
},
},
};

View File

@ -8,7 +8,7 @@ export const environment: Environment = {
production: false,
nats: {
connectionOptions: {
servers: ['ws://192.168.50.200:8088'],
servers: ['ws://192.168.50.208:8088'],
},
},
};