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 fc1a70c commit dcf0f55Copy full SHA for dcf0f55
apps/backend/src/lib/initializeSwagger.spec.ts
@@ -34,7 +34,7 @@ describe('initializeSwagger', () => {
34
);
35
36
expect(SwaggerModule.setup).toHaveBeenCalledWith(
37
- 'api/doc',
+ 'docs',
38
app,
39
expect.any(Object),
40
{
0 commit comments