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 {
39
39
// projectId = "my-project-id";
40
40
// queueName = "my-queue";
41
41
// location = "us-central1";
42
- // url = "https://example.com/hellohandler ";
42
+ // url = "https://example.com/taskhandler ";
43
43
String payload = "hello" ;
44
44
45
45
// 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 {
40
40
// projectId = "my-project-id";
41
41
// queueName = "my-appengine-queue";
42
42
// location = "us-central1";
43
- // url = "https://example.com/tasks/create ";
43
+ // url = "https://example.com/taskhandler ";
44
44
String payload = "hello" ;
45
45
46
46
// Construct the fully qualified queue name.
You can’t perform that action at this time.
0 commit comments