randydev commited on
Commit
49e9e5f
·
verified ·
1 Parent(s): 8e0d35e

Update settingOptions.js

Browse files
Files changed (1) hide show
  1. settingOptions.js +9 -2
settingOptions.js CHANGED
@@ -1,10 +1,17 @@
 
 
 
 
 
 
 
1
  const swaggerOptions = {
2
  definition: {
3
  openapi: '3.0.0',
4
  info: {
5
  title: 'AkenoXJs',
6
- version: '1.0.0',
7
- description: "Free API by @xtdevs",
8
  contact: {
9
  name: "RandyDev",
10
  url: "",
 
1
+ const defaultDes = `
2
+ Free API by @xtdevs
3
+
4
+ This API grants you a specific set of rights and permissions for accessing and utilizing its data and services.
5
+ These rights are defined by its specifications and may be subject to specific terms and conditions.
6
+ `;
7
+
8
  const swaggerOptions = {
9
  definition: {
10
  openapi: '3.0.0',
11
  info: {
12
  title: 'AkenoXJs',
13
+ version: '1.1.5',
14
+ description: defaultDes,
15
  contact: {
16
  name: "RandyDev",
17
  url: "",