shuffled code around
This commit is contained in:
@@ -7,7 +7,7 @@ const imagesDir = path.join(__dirname, 'images'); // Use __dirname for correct p
|
|||||||
|
|
||||||
// Define mapping of collection names to their corresponding CSV files
|
// Define mapping of collection names to their corresponding CSV files
|
||||||
const collectionsMapping = {
|
const collectionsMapping = {
|
||||||
'Perfect Order': './ME03PerfectOrderProductsAndPrices.csv',
|
'Perfect Order': './csv/ME03PerfectOrderProductsAndPrices.csv',
|
||||||
};
|
};
|
||||||
|
|
||||||
const createJWTToken = async (username, password) => {
|
const createJWTToken = async (username, password) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user