Skip to content
Snippets Groups Projects
Verified Commit fee75d2a authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore(schema-manager): fix OpenAPI title

parent efa9b87f
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ app.enableVersioning({ ...@@ -26,8 +26,8 @@ app.enableVersioning({
}); });
const swaggerConfig = new DocumentBuilder() const swaggerConfig = new DocumentBuilder()
.setTitle('Gaia-X OCM Credential Manager API') .setTitle('Gaia-X OCM Schema Manager API')
.setDescription('API documentation for Gaia-X OCM Credential Manager') .setDescription('API documentation for Gaia-X OCM Schema Manager')
.setVersion('1.0') .setVersion('1.0')
.build(); .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