randydev commited on
Commit
a50d811
·
verified ·
1 Parent(s): 5184536

Update plugins/hentai.js

Browse files
Files changed (1) hide show
  1. plugins/hentai.js +2 -2
plugins/hentai.js CHANGED
@@ -6,7 +6,7 @@ const HentaiRoutes = express.Router();
6
 
7
  /**
8
  * @swagger
9
- * /api/v1/anime/hentai-anime:
10
  * get:
11
  * summary: Hentai Anime Random
12
  * tags: [Anime]
@@ -21,7 +21,7 @@ const HentaiRoutes = express.Router();
21
  * 200:
22
  * description: Success
23
  */
24
- HentaiRoutes.get('/api/v1/anime/hentai-anime', authenticateApiKey, apiLimiter, async (req, res) => {
25
  try {
26
  const result = await AnimeHentai();
27
  if (result) {
 
6
 
7
  /**
8
  * @swagger
9
+ * /api/v1/anime/hentai:
10
  * get:
11
  * summary: Hentai Anime Random
12
  * tags: [Anime]
 
21
  * 200:
22
  * description: Success
23
  */
24
+ HentaiRoutes.get('/api/v1/anime/hentai', authenticateApiKey, apiLimiter, async (req, res) => {
25
  try {
26
  const result = await AnimeHentai();
27
  if (result) {