We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eba287 commit d176d95Copy full SHA for d176d95
docs/integrations/expo.md
@@ -54,7 +54,7 @@ Please refer to [API route](https://docs.expo.dev/router/reference/api-routes/)
54
## Prefix
55
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.
56
57
-For example, if you place Elysia server in **apps/api/[...slugs]+api.ts**, you need to annotate prefix as **/api** to Elysia server.
+For example, if you place Elysia server in **app/api/[...slugs]+api.ts**, you need to annotate prefix as **/api** to Elysia server.
58
59
```typescript twoslash
60
// app/api/[...slugs]+api.ts
0 commit comments