How can I get a simple api route to work? #3230
-
I'm probably missing something obvious here - I'm trying to set up a basic api route. Steps to reproduce my issue:
|
Beta Was this translation helpful? Give feedback.
Answered by
schiller-manuel
Jan 26, 2025
Replies: 1 comment 1 reply
-
you need to add an api.ts file: https://github.com/TanStack/router/blob/main/e2e/start/basic/app/api.ts |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ensconced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you need to add an api.ts file: https://github.com/TanStack/router/blob/main/e2e/start/basic/app/api.ts