Skip to content

Commit 0c6f904

Browse files
authored
Merge pull request #297 from bryanltobing/patch-1
Update expo.md
2 parents a73ce14 + d176d95 commit 0c6f904

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)