You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/expo.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You can treat the Elysia server as if normal Expo API route.
47
47
48
48
With this approach, you can have co-location of both frontend and backend in a single repository and have [End-to-end type safety with Eden](https://elysiajs.com/eden/overview.html) with both client-side and server action
49
49
50
-
Please refers to [API route](https://docs.expo.dev/router/reference/api-routes/) for more information.
50
+
Please refer to [API route](https://docs.expo.dev/router/reference/api-routes/) for more information.
51
51
52
52
## Prefix
53
53
If you place an Elysia server not in the root directory of the app router, you need to annotate the prefix to the Elysia server.
0 commit comments