Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 27, 2024
1 parent a46d3c9 commit 244f32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http {
server 223.130.130.192:3000 weight=8;
server 211.188.59.137:3000 weight=8;
server 211.188.59.126:3000 weight=1;
server 124.28.132.80:7999 weight=18;
server 124.28.132.80:7999 weight=28;
}

server {
Expand Down
1 change: 1 addition & 0 deletions packages/server/src/upbit/upbit.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export class UpbitController {
@Param('minute') minute?: string,
) {
try {
this.logger.log("차트 읽는 중 ")
const response = await this.chartService.upbitApiDoor(
type,
market,
Expand Down

0 comments on commit 244f32b

Please sign in to comment.