new changes in api base url

This commit is contained in:
2026-07-09 15:49:45 +05:30
parent 7cd0ae85ef
commit 4ef9cd9085
29 changed files with 2714 additions and 1191 deletions

7
fix.js Normal file
View File

@@ -0,0 +1,7 @@
const { execSync } = require('child_process');
try {
execSync('git checkout HEAD src/services/fiestaQueries.ts');
console.log('Restored');
} catch (e) {
console.log(e);
}