File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tasks/snippets/src/main/java/com/example/task Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public static void main(String[] args) throws Exception {
3939 // projectId = "my-project-id";
4040 // queueName = "my-queue";
4141 // location = "us-central1";
42- // url = "https://example.com/hellohandler ";
42+ // url = "https://example.com/taskhandler ";
4343 String payload = "hello" ;
4444
4545 // Construct the fully qualified queue name.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public static void main(String[] args) throws Exception {
4040 // projectId = "my-project-id";
4141 // queueName = "my-appengine-queue";
4242 // location = "us-central1";
43- // url = "https://example.com/tasks/create ";
43+ // url = "https://example.com/taskhandler ";
4444 String payload = "hello" ;
4545
4646 // Construct the fully qualified queue name.
You can’t perform that action at this time.
0 commit comments