diff --git a/docs/docs/core/helper-plugin/hooks/use-fetch-client.mdx b/docs/docs/core/helper-plugin/hooks/use-fetch-client.mdx index 4d6d89ec63..747ad7d324 100644 --- a/docs/docs/core/helper-plugin/hooks/use-fetch-client.mdx +++ b/docs/docs/core/helper-plugin/hooks/use-fetch-client.mdx @@ -39,6 +39,10 @@ const Component = () => { } ``` +:::tip +Remember to use a relative path for your requestURL, following this format `/{yourRelativePath}` +::: + ## Methods Essentially, this is an abstraction around the axios instance exposed by a hook. It provides a simple interface to handle API calls to the Strapi backend.