Update plugins/tebak.js
Browse files- plugins/tebak.js +1 -1
plugins/tebak.js
CHANGED
@@ -18,7 +18,7 @@ const TebakRoutes = express.Router();
|
|
18 |
* 200:
|
19 |
* description: Success
|
20 |
*/
|
21 |
-
|
22 |
try {
|
23 |
const result = await tebakgambar();
|
24 |
if (result) {
|
|
|
18 |
* 200:
|
19 |
* description: Success
|
20 |
*/
|
21 |
+
TebakRoutes.get('/api/v1/tebakgambar', async (req, res) => {
|
22 |
try {
|
23 |
const result = await tebakgambar();
|
24 |
if (result) {
|