Update index.js
Browse files
index.js
CHANGED
@@ -101,7 +101,7 @@ const specs = swaggerJsDoc(swaggerOptions);
|
|
101 |
|
102 |
const AllJsonReques = {
|
103 |
"AkenoXAPI": {
|
104 |
-
"akenox_date": new Date()
|
105 |
"ai": {
|
106 |
"endpoint": "ai/google-gemini",
|
107 |
"params": "query",
|
|
|
101 |
|
102 |
const AllJsonReques = {
|
103 |
"AkenoXAPI": {
|
104 |
+
"akenox_date": new Date(),
|
105 |
"ai": {
|
106 |
"endpoint": "ai/google-gemini",
|
107 |
"params": "query",
|