diff --git a/www/.env.example b/www/.env.example index 1efc178c..23b4daec 100644 --- a/www/.env.example +++ b/www/.env.example @@ -7,7 +7,7 @@ # Public API Endpoint (already configured in code) # This is the Azure Function proxy endpoint for CORS -# PUBLIC_FOUNDRY_API_ENDPOINT=https://onnxruntime-foundry-proxy-hpape7gzf2haesef.eastus-01.azurewebsites.net/api/foundryproxy +# PUBLIC_FOUNDRY_API_ENDPOINT=https://foundry-cors-proxy.azurewebsites.net/api/foundryproxy # Build-time variables # NODE_ENV=production diff --git a/www/src/routes/models/service.ts b/www/src/routes/models/service.ts index 75e2901c..b2bbfdc6 100644 --- a/www/src/routes/models/service.ts +++ b/www/src/routes/models/service.ts @@ -15,7 +15,7 @@ import type { FoundryModel, GroupedFoundryModel } from './types'; // Azure Function endpoint for CORS proxy const FOUNDRY_API_ENDPOINT = - 'https://onnxruntime-foundry-proxy-hpape7gzf2haesef.eastus-01.azurewebsites.net/api/foundryproxy'; + 'https://foundry-cors-proxy.azurewebsites.net/api/foundryproxy'; export interface ApiFilters { device?: string;