Skip to content

Commit d176d95

Browse files
authored
Update expo.md
1 parent 2eba287 commit d176d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/expo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Please refer to [API route](https://docs.expo.dev/router/reference/api-routes/)
5454
## Prefix
5555
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.
5656

57-
For example, if you place Elysia server in **apps/api/[...slugs]+api.ts**, you need to annotate prefix as **/api** to Elysia server.
57+
For example, if you place Elysia server in **app/api/[...slugs]+api.ts**, you need to annotate prefix as **/api** to Elysia server.
5858

5959
```typescript twoslash
6060
// app/api/[...slugs]+api.ts

0 commit comments

Comments
 (0)