mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-08-26 17:21:33 +00:00
Merge 69850a32fb into cf74f1840b
This commit is contained in:
commit
8dc974a3f8
1 changed files with 0 additions and 9 deletions
|
|
@ -1255,15 +1255,6 @@ def api_landclass():
|
|||
})
|
||||
|
||||
|
||||
@app.route('/api/config')
|
||||
def api_config():
|
||||
"""Return deployment profile config for frontend consumption."""
|
||||
config = get_deployment_config()
|
||||
resp = jsonify(config)
|
||||
resp.headers['Cache-Control'] = 'public, max-age=300'
|
||||
return resp
|
||||
|
||||
|
||||
@app.route('/api/health')
|
||||
def api_health():
|
||||
"""Health check endpoint for monitoring."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue