Skip to content

Commit 8234394

Browse files
authored
Update how-to-configure-enterprise-spring-cloud-gateway.md
Fix invalid language in code block: use javascript instead of java
1 parent a834fa9 commit 8234394

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)