Skip to content

Commit 1b7d662

Browse files
committed
Update API URL for Codespaces
1 parent 3e47a31 commit 1b7d662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/api/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios from 'axios';
22

33
// Create axios instance pointing to the API Gateway
44
const api = axios.create({
5-
baseURL: 'http://localhost:8080/api', // Gateway URL
5+
baseURL: 'https://reimagined-space-cod-x5p595qjw4643pqr4-8080.app.github.dev/api', // Gateway URL
66
headers: {
77
'Content-Type': 'application/json',
88
},

0 commit comments

Comments
 (0)