mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: remove unused sync-initial endpoint
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user