diff options
| author | Factiven <[email protected]> | 2023-04-17 14:04:08 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 14:04:08 +0700 |
| commit | cf587f75c593dd234d33a77a0044aea2429c4b98 (patch) | |
| tree | b6b8fa14cb365cab8a288981d08405546dc9b389 /pages/api | |
| parent | Delete testing.js (diff) | |
| download | moopa-cf587f75c593dd234d33a77a0044aea2429c4b98.tar.xz moopa-cf587f75c593dd234d33a77a0044aea2429c4b98.zip | |
2nd fixes
Diffstat (limited to 'pages/api')
| -rw-r--r-- | pages/api/get-media.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/api/get-media.js b/pages/api/get-media.js index 7c45d03..4c65654 100644 --- a/pages/api/get-media.js +++ b/pages/api/get-media.js @@ -1,5 +1,3 @@ -// pages/api/anime-media-list.js - export default async function handler(req, res) { const { username, status } = req.body; |