We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b3d51 commit c20d1b4Copy full SHA for c20d1b4
.env.example
@@ -1,5 +1,5 @@
1
APP_KEY_REDIS=api_example_express
2
-APP_NAME=Api Express
+APP_NAME=Express Sequelize TS
3
PORT=8000
4
5
AXIOS_TIMEOUT=
src/utils/GenerateDocs.js
@@ -111,7 +111,7 @@ module.exports = function generateDocs(app) {
111
},
112
113
info: {
114
- title: `${APP_NAME} Documentation`,
+ title: `Api ${APP_NAME} Documentation`,
115
version: '1.0.0',
116
117
paths: docsSources,
0 commit comments