wip
This commit is contained in:
parent
104ed4e9d1
commit
a0c35d1cef
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "email-microservice",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user