This commit is contained in:
Alie 2025-01-03 10:59:50 +01:00
parent 46ff9324b7
commit 2c290aae7f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import type { Request, Response } from "express";
import { readdirSync } from "fs";
import type { Response, Request } from "express";
function ad() {
const ad_list = readdirSync("static/ads/hor/");