Update cohort.js

This commit is contained in:
Belle 2024-08-25 10:18:31 +08:00
parent 824958baa5
commit d0f3cc2514

View file

@ -1,5 +1,5 @@
import AirtablePlus from "airtable-plus";
import { ensureAuthed } from "../login/test";
import { ensureAuthed } from "../showcase/login/test";
export default async function handler(req, res) {
const user = await ensureAuthed(req)