Merge remote-tracking branch 'origin/main'

This commit is contained in:
marzban-dev
2025-03-09 01:09:01 +03:30
4 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -31,8 +31,5 @@ jobs:
script: |
cd /root/hshop/
docker compose down
docker compose build --no-cache frontend
docker compose build backend
docker compose build db-backup
docker compose build db
docker compose build
docker compose up -d
+1 -1
View File
@@ -61,7 +61,7 @@ Code: {otp}"""
# response = sms_api.send_otp_sms(otp_input)
if response['statusCode'] == 200:
return Response({'detail': 'OTP sent successfully'}, status=status.HTTP_200_OK)
return Response({'detail': f'OTP sent successfully {otp}'}, status=status.HTTP_200_OK)
else:
print(response)
return Response({'detail': f'مشکلی در ارسال کد رخ داد'}, status=status.HTTP_200_OK)
+1 -1
View File
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /app
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
COPY . /app/
+1 -1
View File
@@ -5,7 +5,7 @@ precacheAndRoute(self.__WB_MANIFEST);
// Version
const VERSION = "1.0.9112";
const VERSION = "1.0.2";
// Service Worker Installation
self.addEventListener("install", (event) => {