mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-17 03:35:51 +03:00
object-curly-spacing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {NextFunction, Request, Response} from "express";
|
||||
import { NextFunction, Request, Response } from "express";
|
||||
|
||||
export function corsMiddleware(req: Request, res: Response, next: NextFunction): void {
|
||||
res.header("Access-Control-Allow-Origin", "*");
|
||||
|
||||
Reference in New Issue
Block a user