feat(TopUpAgent): add , edit, delete , toggle ,...

This commit is contained in:
ghazall-ag
2025-12-23 23:29:58 +03:30
parent ecf6574e5d
commit 8e19500f7c
27 changed files with 1462 additions and 4865 deletions

View File

@@ -6,9 +6,9 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "https://khalijpay-core.qaserver.ir",
target: "https://khalijpay-issuer.qaserver.ir",
changeOrigin: true,
secure: false,
secure: true,
// اجازه ارسال کوکی‌ها
configure: (proxy) => {
proxy.on("proxyReq", (proxyReq, req) => {