Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -243,7 +243,7 @@ app.get('*', (req, res) => {
|
|
| 243 |
{
|
| 244 |
method: 'POST',
|
| 245 |
path: '/generate',
|
| 246 |
-
description: 'Generate a new status with profile image, main image, caption, and views.',
|
| 247 |
requestBody: {
|
| 248 |
profileImage: 'URL to the profile image',
|
| 249 |
mainImage: 'URL to the main image',
|
|
|
|
| 243 |
{
|
| 244 |
method: 'POST',
|
| 245 |
path: '/generate',
|
| 246 |
+
description: 'Generate a new WhatsApp status with profile image, main image, caption, and views.',
|
| 247 |
requestBody: {
|
| 248 |
profileImage: 'URL to the profile image',
|
| 249 |
mainImage: 'URL to the main image',
|