Skip to content

Commit e1fc900

Browse files
committed
Remove application ACL
1 parent f7b9733 commit e1fc900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SNIPPETS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ String token = Jwt.builder()
335335
"/*/devices/**", Map.of(),
336336
"/*/image/**", Map.of(),
337337
"/*/media/**", Map.of(),
338-
"/*/applications/**", Map.of(),
339338
"/*/push/**", Map.of(),
340339
"/*/knocking/**", Map.of(),
341340
"/*/legs/**", Map.of()
@@ -3011,6 +3010,8 @@ Ncco ncco = new Ncco(TalkAction.builder("This is a text to speech call from Vona
30113010

30123011
client.getVoiceClient().createCall(new Call(VOICE_TO_NUMBER, VONAGE_VIRTUAL_NUMBER, ncco.getActions()));
30133012
```
3013+
GE_VIRTUAL_NUMBER, ncco.getActions()));
3014+
```
30143015
age").build());
30153016
30163017
client.getVoiceClient().createCall(new Call(VOICE_TO_NUMBER, VONAGE_VIRTUAL_NUMBER, ncco.getActions()));

src/main/java/com/vonage/quickstart/jwt/GenerateJwt.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public static void main(String[] args) throws Throwable {
4444
"/*/devices/**", Map.of(),
4545
"/*/image/**", Map.of(),
4646
"/*/media/**", Map.of(),
47-
"/*/applications/**", Map.of(),
4847
"/*/push/**", Map.of(),
4948
"/*/knocking/**", Map.of(),
5049
"/*/legs/**", Map.of()

0 commit comments

Comments
 (0)