Skip to content

Commit a034c60

Browse files
committed
remove unuse code and api call updated
1 parent 3622ba6 commit a034c60

File tree

10 files changed

+34
-490
lines changed

10 files changed

+34
-490
lines changed
816 Bytes
Loading
1.93 KB
Loading
-2.98 KB
Binary file not shown.

src/frontend_react/public/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Multi-Agent-Custom-Automation-Engine",
3+
"name": "Multi-Agent-Custom-Automation-Engine",
44
"icons": [
55
{
66
"src": "favicon.ico",
@@ -22,4 +22,4 @@
2222
"display": "standalone",
2323
"theme_color": "#000000",
2424
"background_color": "#ffffff"
25-
}
25+
}

src/frontend_react/src/api/apiClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ export class ApiClient {
131131
}
132132

133133
// Create and export a default API client instance
134-
const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://localhost:8000/api';
134+
const API_BASE_URL = process.env.REACT_APP_API_BASE_URL || 'http://127.0.0.1:8000/api';
135135
export const apiClient = new ApiClient(API_BASE_URL);

src/frontend_react/src/hooks/index.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/frontend_react/src/hooks/useApi.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/frontend_react/src/hooks/useApiCall.tsx

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)