From 65b60cc464ebe0542a61bf7325c14a591f6055d4 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Mon, 15 Dec 2025 11:13:18 +0700 Subject: [PATCH] chore(FE-347): update closings API endpoint '/closings' --- src/services/api/closing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/api/closing.ts b/src/services/api/closing.ts index f3281dba..e2c604cc 100644 --- a/src/services/api/closing.ts +++ b/src/services/api/closing.ts @@ -68,4 +68,4 @@ export class ClosingApiService extends BaseApiService { } } -export const ClosingApi = new ClosingApiService('/closing'); +export const ClosingApi = new ClosingApiService('/closings');