From 73053682f77b0bf0c7cbf6a2997b0dded900cb7b Mon Sep 17 00:00:00 2001 From: Marco Holz <marco.holz@fitko.de> Date: Wed, 24 Aug 2022 18:38:14 +0000 Subject: [PATCH] Fix: add missing quotes --- docs/apis/routing-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/routing-api.mdx b/docs/apis/routing-api.mdx index 8dd39c387..0c474dc90 100644 --- a/docs/apis/routing-api.mdx +++ b/docs/apis/routing-api.mdx @@ -5,4 +5,4 @@ hide_table_of_contents: true import ApiSpec from '@views/ApiSpec' -<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={false} allowAuthentication={"false"} allowTry={true} /> +<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={"false"} allowAuthentication={"false"} allowTry={true} /> -- GitLab