Skip to content

Commit 8dad0eb

Browse files
authored
Merge pull request #122292 from abelsromero/patch-1
Update how-to-configure-enterprise-spring-cloud-gateway.md
2 parents 0cf8f48 + 8234394 commit 8dad0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/enterprise/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ If you send the `GET` request to the `/scg-logout` endpoint by using `XMLHttpReq
244244

245245
You need to have a route configuration to route the logout request to your application, as shown in the following example. This code makes a gateway-only logout SSO session.
246246

247-
```java
247+
```javascript
248248
const req = new XMLHttpRequest();
249249
req.open("GET", "/scg-logout);
250250
req.send();

0 commit comments

Comments
 (0)