mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix: lint
This commit is contained in:
@@ -48,6 +48,7 @@ async function getBanks(directory) {
|
||||
|
||||
const server = http.createServer(async (req, res) => {
|
||||
res.setHeader('Access-Control-Allow-Origin', '*');
|
||||
// eslint-disable-next-line
|
||||
const directory = process.cwd();
|
||||
const { banks, files } = await getBanks(directory);
|
||||
if (req.url === '/') {
|
||||
|
||||
Reference in New Issue
Block a user