debugged a endpoint
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user