임시커밋
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { DashboardKisWsApprovalResponse } from "@/features/dashboard/types/dashboard.types";
|
||||
import type { DashboardKisWsApprovalResponse } from "@/features/trade/types/trade.types";
|
||||
import { getKisApprovalKey, resolveKisWebSocketUrl } from "@/lib/kis/approval";
|
||||
import { normalizeTradingEnv } from "@/lib/kis/config";
|
||||
import {
|
||||
@@ -14,7 +14,7 @@ import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
/**
|
||||
* @description 실시간 웹소켓 연결 정보를 발급합니다.
|
||||
* @see features/dashboard/hooks/useKisTradeWebSocket.ts
|
||||
* @see features/trade/hooks/useKisTradeWebSocket.ts
|
||||
*/
|
||||
export async function POST(request: NextRequest) {
|
||||
const credentials = await parseKisCredentialRequest(request);
|
||||
|
||||
Reference in New Issue
Block a user