From 3d005859abf3729ec79dc689fc579002d069a75e Mon Sep 17 00:00:00 2001 From: Server Migration Date: Tue, 4 Aug 2026 18:43:12 +0000 Subject: [PATCH] fix: remove old-server frontend references --- deploy.sh | 2 +- .../student/sessions/pages/StudentSessionDetailsPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 0fa2407..f710962 100644 --- a/deploy.sh +++ b/deploy.sh @@ -6,7 +6,7 @@ APP_DIR="/root/banu-front" IMAGE="banu-front" CONTAINER="banu-front" PORT="8080" -VITE_API_BASE_URL="http://109.122.252.86/api" +VITE_API_BASE_URL="//api.madresebanoo.ir/api" echo "==> Pulling latest code..." if [ -d "$APP_DIR/.git" ]; then diff --git a/src/features/student/sessions/pages/StudentSessionDetailsPage.vue b/src/features/student/sessions/pages/StudentSessionDetailsPage.vue index 7c07113..6e818a5 100644 --- a/src/features/student/sessions/pages/StudentSessionDetailsPage.vue +++ b/src/features/student/sessions/pages/StudentSessionDetailsPage.vue @@ -32,7 +32,7 @@