Skip to content

Commit

Permalink
fix(typo): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 18, 2020
1 parent 7398fd5 commit 656edbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expose/App/prepare-listen.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default (App) => {
JSON.stringify({ code: 404, message: 'The route does not exist' })
);
});
this.all('/*', notFoundHandler);
this.any('/*', notFoundHandler);
}
};
};

0 comments on commit 656edbe

Please sign in to comment.