From dcdf03267e285b87da5ed22ab97c4c4ea793e0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Fri, 15 Nov 2024 15:02:05 +0500 Subject: [PATCH] Update index.js --- api/v1/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/index.js b/api/v1/index.js index e8f1ebd..f502508 100644 --- a/api/v1/index.js +++ b/api/v1/index.js @@ -1,6 +1,6 @@ const express = require('express'); const { getEpisodeFromAnixart } = require('./src/episode'); -const configData = require('./src/toggles'); +const configData = require('./src/toggles-old-v1'); const app = express(); const PORT = 3000;