added initial swagger docs

This commit is contained in:
Joe Arndt 2026-02-13 11:03:31 -06:00
parent f72047b18e
commit b7acc9e352
7 changed files with 80 additions and 16 deletions

View file

@ -4,7 +4,7 @@ import request from 'supertest';
import { App } from 'supertest/types';
import { AppModule } from './../src/app.module';
describe('AppController (e2e)', () => {
describe('HealthcheckController (e2e)', () => {
let app: INestApplication<App>;
beforeEach(async () => {