From 143f61b469961e7d1e0bfe1982bfee80da5e49f3 Mon Sep 17 00:00:00 2001 From: Matheus Alves <57298342+Matheus-0@users.noreply.github.com> Date: Sat, 13 Mar 2021 13:25:00 -0300 Subject: [PATCH] Change to default CDN. --- src/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/index.js b/src/constants/index.js index 11040b8..311522e 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1,5 +1,5 @@ export const baseURL = 'https://api.twist.moe'; -export const CDN = 'https://air-cdn.twist.moe'; +export const CDN = 'https://cdn.twist.moe'; export const key = '267041df55ca2b36f2e322d05ee2c9cf'; export const referer = 'https://twist.moe'; export const token = '0df14814b9e590a1f26d3071a4ed7974';