From 2bcb00fcd4e6c7824e3d3fe1aaebc5fcc159e4b3 Mon Sep 17 00:00:00 2001 From: jayming66 Date: Tue, 6 Aug 2024 21:26:15 +0900 Subject: [PATCH] =?UTF-8?q?feat(api):=20LOGOUT=5FAPI=5FURL=EC=9D=84=20inde?= =?UTF-8?q?x=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/api/index.ts b/frontend/src/api/index.ts index 0e31471cf..cf35d87f5 100644 --- a/frontend/src/api/index.ts +++ b/frontend/src/api/index.ts @@ -15,4 +15,5 @@ export { LOGIN_API_URL, LOGIN_STATE_API_URL, SIGNUP_API_URL, + LOGOUT_API_URL, } from './authentication';