Skip to content

Commit 398425a

Browse files
authored
BC-11116 - Swagger-Doku für file-storage und tldraw-server erreichbar machen (#93)
1 parent 90d590b commit 398425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/tldraw-server.app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function bootstrap(): Promise<void> {
1919
.setDescription('The Tldraw API to persist and share drawings')
2020
.build();
2121
const document = SwaggerModule.createDocument(nestApp, config, options);
22-
SwaggerModule.setup('docs', nestApp, document);
22+
SwaggerModule.setup('api/tldraw/docs', nestApp, document);
2323

2424
await nestApp.init();
2525

0 commit comments

Comments
 (0)