update many graphql field
This commit is contained in:
@@ -10,12 +10,12 @@ async function bootstrap() {
|
||||
const config = new DocumentBuilder()
|
||||
.setTitle('EPESS API')
|
||||
.setDescription('API documentation for EPESS application')
|
||||
.setVersion('1.0')
|
||||
.setVersion('0.0.1')
|
||||
.addBearerAuth()
|
||||
.build();
|
||||
|
||||
const document = SwaggerModule.createDocument(app, config);
|
||||
SwaggerModule.setup('api', app, document);
|
||||
SwaggerModule.setup(process.env.SWAGGER_PATH ?? 'v1', app, document);
|
||||
|
||||
document.paths['/graphql'] = {
|
||||
get: {
|
||||
|
||||
Reference in New Issue
Block a user