refactor: remove unused sync-initial endpoint

This commit is contained in:
Prad Nukala
2024-10-21 13:15:02 -04:00
parent 603da5560f
commit f84773f1f8
5 changed files with 55 additions and 52 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ service Query {
// Sync queries the DID document by its id. And returns the required PKL
// information
rpc Sync(QuerySyncRequest) returns (QuerySyncResponse) {
option (google.api.http).get = "/vault/v1/sync-initial";
option (google.api.http).get = "/vault/v1/sync";
}
}