Skip to content

Commit

Permalink
chore(api-reference): remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Jan 29, 2025
1 parent b6c32d4 commit abe1773
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/docs/api-reference/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,20 +160,6 @@ const APIPage: NextPage<Props> = ({
<meta name="docsearch:doccategory" content={pageTitle} />
{httpMethod && <meta name="docsearch:method" content={httpMethod} />}
</Head>
<a href="#post-/pre-analysis">Hu</a>
<a href="http://localhost:3000/docs/api-reference/antifraud-provider-protocol#get-/transactions/-transactions.id-">
Localhost
</a>
<a href="http://localhost:3000/docs/api-reference/legacy-cms-portal-api">
New
</a>
<a href="http://localhost:3000/docs/api-reference/legacy-cms-portal-api#put-/api/catalog_system/pvt/virtualfolder/changeurischema/-protocol-">
New with hash
</a>
<a href="http://localhost:3000/docs/api-reference/antifraud-provider-protocol#delete-/transactions/-transactions.Id-">
Fails
</a>

<Box sx={{ mx: 'auto', pt: '1em', maxWidth: '90%' }}>
<rapi-doc
ref={rapidoc}
Expand Down

0 comments on commit abe1773

Please sign in to comment.