diff options
author | Akshay <[email protected]> | 2024-12-19 15:19:28 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-12-19 15:19:28 +0000 |
commit | 79b7e7ebcfabc46cbaac0d13b769203b1d3a10e9 (patch) | |
tree | 2493b0d8c2d29f889d0d993e40c9bbd9ff5f167c /src/index.js | |
parent | 77ab37ccac0dc67829a4281730a5d95b9a07e512 (diff) |
implement back button, restructure sort-opts
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 1 |
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 @@ | |||
1 | const express = require("express"); | 1 | const express = require("express"); |
2 | const rateLimit = require("express-rate-limit"); | 2 | const rateLimit = require("express-rate-limit"); |
3 | const path = require("node:path"); | 3 | const path = require("node:path"); |
4 | const geddit = require("./geddit.js"); | ||
5 | const cookieParser = require("cookie-parser"); | 4 | const cookieParser = require("cookie-parser"); |
6 | const app = express(); | 5 | const app = express(); |
7 | const hasher = new Bun.CryptoHasher("sha256", "secret-key"); | 6 | const hasher = new Bun.CryptoHasher("sha256", "secret-key"); |