Skip to content

Commit

Permalink
added token endpoint indication
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Jun 25, 2021
1 parent 29f8420 commit b7a7747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/HMSSDKExample/SupportingFiles/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Constants {

// MARK: - HMSSDK Interactor

static let tokenEndpoint = ""
static let tokenEndpoint = <#InsertTokenEndpointHere#>

static let tokenQuery = "api/token"

Expand Down

0 comments on commit b7a7747

Please sign in to comment.