💥 breaking: upgrade Elysia to v1.4 and update codebase accordingly
This commit is contained in:
18
src/config/documentation/openAPI.ts
Normal file
18
src/config/documentation/openAPI.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { ElysiaOpenAPIConfig } from "@elysiajs/openapi";
|
||||
|
||||
export const openAPIConfig: ElysiaOpenAPIConfig = {
|
||||
documentation: {
|
||||
info: {
|
||||
title: "TV Nounoz API",
|
||||
description: "API documentation for TV Nounoz backend services",
|
||||
version: "1.0.0",
|
||||
},
|
||||
tags: [
|
||||
{
|
||||
name: "Internal",
|
||||
description:
|
||||
"Endpoints for internal use, such as administrative tasks and data management operations. These endpoints may require authentication and are not intended for public use.",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user