Merge branch 'release/v0.1.1'

This commit is contained in:
Amirhossein Mahmoodi
2024-07-10 13:05:03 +03:30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
NEXT_PUBLIC_VERSION="0.1.0"
NEXT_PUBLIC_VERSION="0.1.1"
NEXT_PUBLIC_API_URL="https://rms.witel.ir"

View File

@@ -7,7 +7,7 @@ import {
errorTooManyToast,
errorUnauthorizedToast,
errorValidationToast,
} from "@/core/components/toasts/error";
} from "@/core/components/Toasts/error";
const isServerError = (status) => status >= 500 && status <= 599;
const isClientError = (status) => status >= 400 && status <= 499;