Skip to content

Commit

Permalink
fix some
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Sep 22, 2023
1 parent 89b9baa commit 981127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/templates/react/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default createApp({
routes: (router, app) =>
new APIFileSystemRouter(
{
dir: resolve.absolute("./app/api", router, app),
dir: resolve.absolute("./app/api", router.root),
extensions: ["js", "ts", "tsx", "jsx"],
},
router,
Expand Down

0 comments on commit 981127a

Please sign in to comment.