Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created April 8, 2018 17:06
Show Gist options
  • Select an option

  • Save azamsharp/061968beee4b6b71483e1ab157e2f269 to your computer and use it in GitHub Desktop.

Select an option

Save azamsharp/061968beee4b6b71483e1ab157e2f269 to your computer and use it in GitHub Desktop.
self.drop.get("blockchain") { request in
let blockchain = self.blockchainService.getBlockchain()
return try! JSONEncoder().encode(blockchain)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment