mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: lint
This commit is contained in:
parent
95e0496d51
commit
abe775c3fd
@ -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 === '/') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user