UNPKG

widgets

Version:

Widgets, the Framework: a website framework based on the idea of using widgets to build pages.

8 lines (7 loc) 128 B
module.exports = { homePage: "/", userPage: { pattern: "/user/(int:id)/(slug:name).html", action: "userPage", } }