Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit b4e713f

Browse files
committed
updated Frontend
1 parent c8194f4 commit b4e713f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect, useState } from 'react'
22
import { BrowserRouter as Router, Routes, Route, Navigate, useNavigate, Link } from 'react-router-dom'
33

4-
const API_URL = 'https://c15n5bj638.execute-api.ap-northeast-2.amazonaws.com'
4+
const API_URL = 'https://43b9hejp5e.execute-api.ap-northeast-2.amazonaws.com'
55

66
let accessToken = ''
77

0 commit comments

Comments
 (0)