wip
This commit is contained in:
parent
104ed4e9d1
commit
a0c35d1cef
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "email-microservice",
|
"name": "email-microservice",
|
||||||
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -106,8 +106,8 @@ const routes = {
|
|||||||
const apiDoc = {
|
const apiDoc = {
|
||||||
openapi: '3.0.0',
|
openapi: '3.0.0',
|
||||||
info: {
|
info: {
|
||||||
title: 'Email Microservice API',
|
title: process.env.npm_package_name,
|
||||||
version: '1.0.0',
|
version: process.env.npm_package_version,
|
||||||
description: 'API for sending templated emails in multiple languages'
|
description: 'API for sending templated emails in multiple languages'
|
||||||
},
|
},
|
||||||
paths: routes
|
paths: routes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user