Skip to content

Commit

Permalink
Merge branch 'master' into lrzhou25-update-redirects-deploy-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Oct 23, 2023
2 parents dc2b050 + 111df2e commit 01c0a0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions articles/microsites/call-api/call-api-m2m-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Call Your API from a Machine-to-Machine App
description: Everything you need to know to call your API from your machine-to-machine (M2M) app
ctaText: Go to Quickstart
ctaLink: /docs/quickstart/backend
public: false
template: microsite
topics:
- authentication
Expand Down
5 changes: 5 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,11 @@ const redirects = [
},

/* MICROSITES */
{
from: ['/microsites/call-api/call-api-m2m-app'],
to: '/get-started/authentication-and-authorization-flow/client-credentials-flow',

},

/* ARCHITECTURE SCENARIOS */

Expand Down

0 comments on commit 01c0a0e

Please sign in to comment.