rsshub
Version:
Make RSS Great Again!
16 lines (15 loc) • 347 B
JavaScript
import { t as buildCommunityFeed } from "./utils-B1FQpd5w.mjs";
//#region lib/routes/obsidian/themes.ts
const route = {
path: "/themes",
name: "Themes",
maintainers: ["DIYgod"],
categories: ["program-update"],
example: "/obsidian/themes",
handler
};
function handler() {
return buildCommunityFeed("theme");
}
//#endregion
export { route };