mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
feat: better spec urls (#15487)
This commit is contained in:
parent
b0cdd8f475
commit
1745f48f3d
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ export const useSwagger = (app: INestApplication, { write }: { write: boolean })
|
|||
swaggerOptions: {
|
||||
persistAuthorization: true,
|
||||
},
|
||||
jsonDocumentUrl: '/api/spec.json',
|
||||
yamlDocumentUrl: '/api/spec.yaml',
|
||||
customSiteTitle: 'Immich API Documentation',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue