Skip to content

Commit 46b1793

Browse files
authored
fix index (#22898)
* update * fix
1 parent 1de2df9 commit 46b1793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/secure-multitenant-app-xsuaa-kyma/secure-multitenant-app-xsuaa-kyma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ app.use(passport.authenticate('JWT', { session: false })); //Authenticate using
181181

182182
Update the `xs-app.json` file:
183183

184-
```JSON[3,8]
184+
```JSON[2,7]
185185
{
186186
"authenticationMethod": "route",
187187
"routes": [{

0 commit comments

Comments
 (0)