Skip to content

Commit a36345f

Browse files
committed
📝 (README.md): update path to api plugin in documentation
1 parent fed8b94 commit a36345f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ USERNAME # Your SSH username
154154

155155
### Comunication between FastAPI and Nuxt.js
156156

157-
The communication between FastAPI and Nuxt.js is done via plugin `api' which is located in [frontend/plugins/api.ts](frontend/plugins/api.ts).
157+
The communication between FastAPI and Nuxt.js is done via plugin `api' which is located in [frontend/app/plugins/api.ts](frontend/app/plugins/api.ts).
158158
This plugin uses the [$fetch](https://nuxt.com/docs/getting-started/data-fetching) to make requests to the FastAPI backend.
159159
You can use this plugin in two ways:
160160

0 commit comments

Comments
 (0)