Skip to content

Commit 0619c56

Browse files
Update dependency express to v5 (#275)
* Update dependency express to v5 * Fix asterisk name usages * Bump mid ver b/c of express 5 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stan Lemon <stanlemon@users.noreply.github.com>
1 parent 37bab8f commit 0619c56

9 files changed

Lines changed: 468 additions & 254 deletions

File tree

apps/template/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ app.delete(
5858
);
5959

6060
app.spa();
61-
app.catch404s("/api/*");
61+
app.catch404s("/api/");

apps/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.84",
3+
"version": "0.4.0",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)