Update plugins/tebak.js
Browse files- plugins/tebak.js +0 -7
plugins/tebak.js
CHANGED
@@ -7,13 +7,6 @@ const TebakRoutes = express.Router();
|
|
7 |
* /api/v1/tebakgambar:
|
8 |
* get:
|
9 |
* summary: tebak gambar Random
|
10 |
-
* parameters:
|
11 |
-
* - in: query
|
12 |
-
* name: query
|
13 |
-
* required: true
|
14 |
-
* description: null
|
15 |
-
* schema:
|
16 |
-
* type: string
|
17 |
* responses:
|
18 |
* 200:
|
19 |
* description: Success
|
|
|
7 |
* /api/v1/tebakgambar:
|
8 |
* get:
|
9 |
* summary: tebak gambar Random
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
* responses:
|
11 |
* 200:
|
12 |
* description: Success
|