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 fed8b94 commit a36345fCopy full SHA for a36345f
README.md
@@ -154,7 +154,7 @@ USERNAME # Your SSH username
154
155
### Comunication between FastAPI and Nuxt.js
156
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).
+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).
158
This plugin uses the [$fetch](https://nuxt.com/docs/getting-started/data-fetching) to make requests to the FastAPI backend.
159
You can use this plugin in two ways:
160
0 commit comments