This commit is contained in:
malice 2026-05-22 09:59:35 -06:00 committed by GitHub
commit 8dc974a3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."""