Skip to content

Commit

Permalink
remove debug url
Browse files Browse the repository at this point in the history
  • Loading branch information
hwjeremy committed Aug 2, 2018
1 parent 35239ae commit 4f061c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Amatino/AmatinoRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import Foundation
internal class AmatinoRequest {

private let agent = "Amatino Swift 0.0.5"
//private let apiEndpoint = "https://api.amatino.io"
private let apiEndpoint = "http://127.0.0.1:5000"
private let apiEndpoint = "https://api.amatino.io"
private static let apiSession = URLSession(
configuration: URLSessionConfiguration.ephemeral
)
Expand Down

0 comments on commit 4f061c7

Please sign in to comment.