We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cf32e commit eb4b5e7Copy full SHA for eb4b5e7
apps/backend/src/lib/initializeSwagger.spec.ts
@@ -35,7 +35,7 @@ describe('initializeSwagger', () => {
35
);
36
37
expect(SwaggerModule.setup).toHaveBeenCalledWith(
38
- 'api/doc',
+ 'docs',
39
app,
40
expect.any(Object),
41
{
0 commit comments