mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 17:59:49 +00:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
import { bookmarksResponse } from "utils/config/api-response";
|
|
|
|
export default async function handler(req, res) {
|
|
res.send(await bookmarksResponse());
|
|
}
|