debugged a endpoint

This commit is contained in:
2025-08-16 14:25:52 -06:00
parent 26717f89f7
commit b7263188f9
5 changed files with 91 additions and 125 deletions

View File

@@ -1,5 +1,5 @@
const path = require('path');
require('dotenv').config();
require('dotenv').config({ path: path.join(__dirname, '..', '.env') });
// Helper function to parse NocoDB URLs
function parseNocoDBUrl(url) {