Skip to content

Commit

Permalink
Changed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Venom authored and Venom committed Oct 3, 2019
1 parent 41a0283 commit e115b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions Back4Gram/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ var myMessage = Message()
let apollo: ApolloClient = {
let configuration = URLSessionConfiguration.default
configuration.httpAdditionalHeaders = [
"X-Parse-Application-Id": "6RLolSaDDYPpoH68sXCCPpKy061Z6kG3c6OGupzU",
"X-Parse-Client-Key": "AgyPyDbNPCRonxjFJ9jeZqa0Ze6nmvPZWtHeuPFt"
"X-Parse-Application-Id": "YourAppIdHere",
"X-Parse-Client-Key": "YourClientKeyHere"
]

let url = URL(string: "https://parseapi.back4app.com/graphql")!
Expand Down

0 comments on commit e115b44

Please sign in to comment.