Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiimrz committed Jul 14, 2021
1 parent 893fa14 commit 5e4aa86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ private let client = NoteServiceServiceClient.init(address: "127.0.0.1:12345", s

func insertNote(note: Note, completion: @escaping(Note?, CallResult?) -> Void) {
_ = try? client.insert(note, completion: { (createdNote, result) in

// Add to atlantis and show it on Proxyman app

NetShears.shared.addGRPC(url: "https://test.com/grpc",
requestObject: try? note.jsonUTF8Data(),
responseObject: try? createdNote.jsonUTF8Data(),
Expand Down

0 comments on commit 5e4aa86

Please sign in to comment.