docs #24
@ -1,4 +1,4 @@
|
||||
import { t, type RouteSchema } from "elysia";
|
||||
import { type RouteSchema } from "elysia";
|
||||
import type { OpenAPIV3 } from "openapi-types";
|
||||
|
||||
export type AppRouteSchema = RouteSchema & {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import Elysia, { t } from "elysia";
|
||||
import Elysia from "elysia";
|
||||
import { bulkInsertEpisodeController } from "./controllers/bulkInsertEpisode.controller";
|
||||
import { bulkInsertMediaController } from "./controllers/bulkInsertMedia.controller";
|
||||
import { createVideoServiceInternalController } from "./controllers/createVideoService.controller";
|
||||
|
||||
Reference in New Issue
Block a user