More swagger documentation

This commit is contained in:
2024-12-13 16:24:19 +01:00
parent 4498c865f2
commit 6f6efa5886
5 changed files with 512 additions and 40 deletions

View File

@@ -1,3 +1,9 @@
/**
* @swagger
* tags:
* name: Concerts
* description: API to manage the concerts
*/
import { Location } from "../models/locations/location.model";
import { Concert } from "../models/acts/concert.model";
import { Request, Response, Router } from "express";