add web file headers
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Proxy that forwards all API requests to the backend server.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
//Backend URL, falls back to localhost for local development
|
||||
const BACKEND = process.env.BACKEND_URL || 'http://localhost:8080'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user