mirror of
https://github.com/karl0ss/homepage.git
synced 2025-10-12 10:22:14 +01:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
import { bookmarksResponse } from "utils/config/api-response";
|
|
|
|
export default async function handler(req, res) {
|
|
res.send(await bookmarksResponse());
|
|
}
|