This website requires JavaScript.
Explore
Help
Sign In
Altitude
/
AltitudeWeb
Watch
5
Star
0
Fork
You've already forked AltitudeWeb
0
Code
Issues
12
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ce6f59b543
AltitudeWeb
/
frontend
/
proxy.conf.json
8 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Configure proxy for API requests and remove hardcoded `apiUrl` from environment files.
2025-09-24 19:44:41 +00:00
{
"/api"
:
{
Introduce Angular Chat Component with SSE integration for real-time updates.
2026-07-18 22:22:54 +00:00
"target"
:
"http://10.0.0.121:8080"
,
Configure proxy for API requests and remove hardcoded `apiUrl` from environment files.
2025-09-24 19:44:41 +00:00
"secure"
:
false
,
"changeOrigin"
:
true
}
}
Reference in New Issue
Copy Permalink