mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 04:29:39 +02:00
Correct HTTP method in CommitLogCheckPointAction (#1413)
* Correct HTTP method in CommitLogCheckPointAction
This commit is contained in:
parent
71e3427fdf
commit
91886e64db
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public final class CommitLogCheckpointAction implements Runnable {
|
||||||
// Enqueue a diff task between previous and current checkpoints.
|
// Enqueue a diff task between previous and current checkpoints.
|
||||||
cloudTasksUtils.enqueue(
|
cloudTasksUtils.enqueue(
|
||||||
QUEUE_NAME,
|
QUEUE_NAME,
|
||||||
CloudTasksUtils.createGetTask(
|
CloudTasksUtils.createPostTask(
|
||||||
ExportCommitLogDiffAction.PATH,
|
ExportCommitLogDiffAction.PATH,
|
||||||
Service.BACKEND.toString(),
|
Service.BACKEND.toString(),
|
||||||
ImmutableMultimap.of(
|
ImmutableMultimap.of(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue