From 780272093f49257bdbcaa5f6a8d3c0753d18ee6d Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Wed, 17 Jun 2026 14:16:43 +0330 Subject: [PATCH] update api url --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index ddb8163..e26ad8a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -4,10 +4,10 @@ export default defineNuxtConfig({ ssr: true, routeRules: { "/api/**": { - proxy: 'https://api-anahita.run.danakcorp.com/**' + proxy: 'https://api.anahitabulk.ir/**' }, "/uploads/**": { - proxy: 'https://api-anahita.run.danakcorp.com/uploads/**' + proxy: 'https://api.anahitabulk.ir/uploads/**' } }, modules: [