randydev commited on
Commit
168994a
·
verified ·
1 Parent(s): 66f6639

Update plugins/gempa.js

Browse files
Files changed (1) hide show
  1. plugins/gempa.js +6 -0
plugins/gempa.js CHANGED
@@ -8,6 +8,12 @@ const GempaRoutes = express.Router();
8
  * /api/v1/gempa-bumi:
9
  * get:
10
  * summary: gempa bumi Random
 
 
 
 
 
 
11
  * responses:
12
  * 200:
13
  * description: Success
 
8
  * /api/v1/gempa-bumi:
9
  * get:
10
  * summary: gempa bumi Random
11
+ * - in: header
12
+ * name: x-api-key
13
+ * required: true
14
+ * description: API key for authentication
15
+ * schema:
16
+ * type: string
17
  * responses:
18
  * 200:
19
  * description: Success