mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
use .config.js for configuration files, close #301
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import axios from 'axios'
|
||||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
|
||||
import { getAccessToken } from '.'
|
||||
import apiConfig from '../../config/api.json'
|
||||
import apiConfig from '../../config/api.config'
|
||||
|
||||
export default async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
// Get access token from storage
|
||||
|
||||
Reference in New Issue
Block a user