No description
Find a file
Andrew Pietila 58adbdc459 Allow routes to use app.route()
Concerns were raised that the previous method potentially made middleware more complicated. In order to allay this, hoist the full route into the route file. Still a single route per file, but facilitates simpler middleware.
2023-03-24 01:33:25 -05:00
lib Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
migrations Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
routes Allow routes to use app.route() 2023-03-24 01:33:25 -05:00
.editorconfig Code "quality" enforcement. 2023-03-21 06:51:25 -05:00
.eslintrc.json Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
.gitignore Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
.license-check.yaml Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
.pre-commit-config.yaml Code "quality" enforcement. 2023-03-21 06:51:25 -05:00
app.js Allow routes to use app.route() 2023-03-24 01:33:25 -05:00
knexfile-sample.js Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
LICENSE Initial commit 2023-03-19 23:41:32 +00:00
package-lock.json Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
package.json Initial groundwork for storing inbox in database. 2023-03-24 01:24:27 -05:00
README.md Initial commit 2023-03-19 23:41:32 +00:00

haxsocial