10000 update · jaikumarAJ/Java-Coding-Problems@92c9534 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92c9534

Browse files
committed
update
1 parent 97adca5 commit 92c9534

File tree

1 file changed

+1
-1
lines changed
  • Chapter_14/P292_HandlingCookies/src/modern/challenge

1 file changed

+1
-1
lines changed

Chapter_14/P292_HandlingCookies/src/modern/challenge/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void main(String[] args) throws IOException, InterruptedException
2929
.build();
3030

3131
HttpRequest request = HttpRequest.newBuilder()
32-
.header("Authorization", "Bearer mT8JNMyWCG0D7waCHkyxo0Hm80YBqelv5SBL")
32+
.header("Authorization", "Bearer Q3ku4mp_hCQGvAFeYKa0ktFCDKS3VpSA1nwf")
3333
.uri(URI.create("https://gorest.co.in/public-api/users/1"))
3434
.build();
3535

0 commit comments

Comments
 (0)
0