Spaces:
Paused
Paused
Update index.js
Browse files
index.js
CHANGED
|
@@ -133,7 +133,7 @@ async function createCustomSWGenerator({ profileImage, mainImage, caption = "Cus
|
|
| 133 |
* @returns {Buffer} - Gambar dalam format PNG
|
| 134 |
*/
|
| 135 |
|
| 136 |
-
app.get('
|
| 137 |
const documentation = {
|
| 138 |
description: 'Express.js API documentation for generating status WhatsApp',
|
| 139 |
endpoints: [
|
|
|
|
| 133 |
* @returns {Buffer} - Gambar dalam format PNG
|
| 134 |
*/
|
| 135 |
|
| 136 |
+
app.get('/', (req, res) => {
|
| 137 |
const documentation = {
|
| 138 |
description: 'Express.js API documentation for generating status WhatsApp',
|
| 139 |
endpoints: [
|