Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Mar 12, 2024
1 parent 25667cc commit ceec3d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import express from "express";
import { CronJob } from "cron";
import { fileURLToPath } from "node:url";
import { dirname } from "node:path";
import { getAllProducts } from "./getAllProducts.js";
import compression from "compression";
import helmet from "helmet";
import cors from "cors";
import { CronJob } from "cron";
import express from "express";
import helmet from "helmet";
import { readFile } from "node:fs";
import { dirname } from "node:path";
import { fileURLToPath } from "node:url";
import { getAllProducts } from "./getAllProducts.js";

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Expand Down

0 comments on commit ceec3d7

Please sign in to comment.