Several modifications made to the API and several bug fixes
This commit is contained in:
@@ -4,12 +4,11 @@ const swaggerUi = require('swagger-ui-express');
|
||||
const swaggerOptions = {
|
||||
swaggerDefinition: {
|
||||
info: {
|
||||
title: 'API - ManageMate',
|
||||
version: '1.0-beta.1',
|
||||
description: 'This documentation describes the ManageMate API.',
|
||||
title: 'API - CDN-APP',
|
||||
version: '1.0.0-beta.13',
|
||||
description: 'This documentation describes the CDN-APP API.',
|
||||
},
|
||||
servers: [{ url: 'http://localhost:' + (process.env.PORT || 35665) }],
|
||||
basePath: '/api/v1/',
|
||||
basePath: '/api/dpanel/',
|
||||
},
|
||||
apis: ['./routes/Dpanel/Api/*.js'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user