Add swagger integration

This commit is contained in:
2023-09-12 09:27:08 -06:00
parent 4fb5a6d2bf
commit a19affcdfd
6 changed files with 42 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
import { Controller, Get, Param } from '@nestjs/common';
import { ParkioService } from './parkio.service';
import { ApiTags } from '@nestjs/swagger';
@ApiTags('parkio')
@Controller('parkio')
export class ParkioController {
constructor(