Update toggles.ts
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user