feat(ocme): added in ocme service so we can utlize 2 ports

This commit is contained in:
2025-03-19 17:16:14 -05:00
parent 7ec5c5beb0
commit ae7e3fd54e
2 changed files with 20 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import {createRoute, OpenAPIHono, z} from "@hono/zod-openapi";
import {getInfo} from "../controller/getInfo.js";
import {apiHit} from "../../../globalUtils/apiHits.js";
const app = new OpenAPIHono();
const app = new OpenAPIHono({strict: false});
const AddSetting = z.object({
name: z.string().openapi({example: "server"}),