Migrace serveru na OpenAPI
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2025-03-20 23:50:47 +01:00
parent d366882f6b
commit 739c7707e1
16 changed files with 31 additions and 84 deletions

View File

@@ -2,7 +2,7 @@ import express, { Request, Response } from "express";
import { getLogin } from "../auth";
import { parseToken } from "../utils";
import { getStats } from "../stats";
import { WeeklyStats } from "../../../types";
import { WeeklyStats } from "../../../types/gen/types.gen";
const router = express.Router();