Skip to content
Snippets Groups Projects
Commit 10a9976e authored by Konstantin Tsabolov's avatar Konstantin Tsabolov Committed by Berend Sliedrecht
Browse files

chore(schema-manager): fix OpenAPI title

parent cc978246
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -26,8 +26,8 @@ app.enableVersioning({
});
const swaggerConfig = new DocumentBuilder()
.setTitle('Gaia-X OCM Credential Manager API')
.setDescription('API documentation for Gaia-X OCM Credential Manager')
.setTitle('Gaia-X OCM Schema Manager API')
.setDescription('API documentation for Gaia-X OCM Schema Manager')
.setVersion('1.0')
.build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment