wip
This commit is contained in:
@@ -106,8 +106,8 @@ const routes = {
|
||||
const apiDoc = {
|
||||
openapi: '3.0.0',
|
||||
info: {
|
||||
title: 'Email Microservice API',
|
||||
version: '1.0.0',
|
||||
title: process.env.npm_package_name,
|
||||
version: process.env.npm_package_version,
|
||||
description: 'API for sending templated emails in multiple languages'
|
||||
},
|
||||
paths: routes
|
||||
|
||||
Reference in New Issue
Block a user