Update toggles.ts

This commit is contained in:
2024-08-13 20:18:16 +05:00
committed by GitHub
parent a400a72db0
commit 6a9b2ce0c9

View File

@@ -1,5 +1,5 @@
import type { NextApiRequest, NextApiResponse } from 'next';
import toggles from './src/pages/api/extension/config/toggles.json'; // Путь к твоему JSON-файлу
import toggles from './toggles.json'; // Путь к твоему JSON-файлу
export default function handler(req: NextApiRequest, res: NextApiResponse) {
if (req.method === 'GET') {