aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-19 15:19:28 +0000
committerAkshay <[email protected]>2024-12-19 15:19:28 +0000
commit79b7e7ebcfabc46cbaac0d13b769203b1d3a10e9 (patch)
tree2493b0d8c2d29f889d0d993e40c9bbd9ff5f167c /src/index.js
parent77ab37ccac0dc67829a4281730a5d95b9a07e512 (diff)
implement back button, restructure sort-opts
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index b59cb53..deccc61 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,7 +1,6 @@
1const express = require("express"); 1const express = require("express");
2const rateLimit = require("express-rate-limit"); 2const rateLimit = require("express-rate-limit");
3const path = require("node:path"); 3const path = require("node:path");
4const geddit = require("./geddit.js");
5const cookieParser = require("cookie-parser"); 4const cookieParser = require("cookie-parser");
6const app = express(); 5const app = express();
7const hasher = new Bun.CryptoHasher("sha256", "secret-key"); 6const hasher = new Bun.CryptoHasher("sha256", "secret-key");