Ruloaooa commited on
Commit
9e84f7c
·
verified ·
1 Parent(s): d6c8688

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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('*', (req, res) => {
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: [