🐜 fix(api): Fix double CORS issue

This commit is contained in:
Wanjohi
2025-06-09 12:08:24 +03:00
parent 69d728c4a9
commit 6eee40fcbe

View File

@@ -1,6 +1,5 @@
import "zod-openapi/extend";
import { Hono } from "hono";
import { cors } from "hono/cors";
import { GameApi } from "./game";
import { SteamApi } from "./steam";
import { auth } from "./utils/auth";