Skip to content
Snippets Groups Projects
Commit aee9f90e authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Update swagger title and description

parent 867dc50d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,8 +9,8 @@ async function bootstrap() {
app.enableCors({ credentials: true, origin: true});
const options = new DocumentBuilder()
.setBasePath('')
.setTitle('Portail Data Email MicroService API')
.setDescription('APIs description for the Email API')
.setTitle('Email service API')
.setDescription('Service providing the method to send emails.')
.setVersion('0.1')
.addTag('email')
.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