diff --git a/pages/faq.mdx b/pages/faq.mdx index 5a40f4e..88963fb 100644 --- a/pages/faq.mdx +++ b/pages/faq.mdx @@ -18,6 +18,6 @@ Use the Nganime CORS proxy. Append the source link for the media to `https://cors.nganime.my.id/`, like so: ``` - https://cors.nganime.my.id/ + https://cors.nganime.my.id/proxy/m3u8/ ``` \ No newline at end of file diff --git a/pages/start.mdx b/pages/start.mdx index 265977a..698abea 100644 --- a/pages/start.mdx +++ b/pages/start.mdx @@ -5,6 +5,6 @@ Nganime API utilizes a REST API which is wildly supported across multiple platfo Exampe with NodeJS: ```js const axios = require("axios"); -await axios.get("https://api.anify.tv", { headers: {"Content-Type": "application/json" }}); +await axios.get("https://api.nganime.my.id", { headers: {"Content-Type": "application/json" }}); ``` Most of this documentation will feature examples in NodeJS and Python, but a lot of them can be easily replicated in other languages. \ No newline at end of file