More swagger documentation

This commit is contained in:
2024-12-13 16:24:19 +01:00
parent 4215bbf9c2
commit 7884f5c57a
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";