mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-10 02:12:09 +08:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
import { widgetsResponse } from "utils/config/api-response";
|
|
|
|
export default async function handler(req, res) {
|
|
res.send(await widgetsResponse());
|
|
}
|