mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 05:32:01 +00:00
catch any name to index api for notion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
import { default as indexHandler } from '..'
|
||||
|
||||
export default async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
indexHandler(req, res)
|
||||
}
|
||||
Reference in New Issue
Block a user