Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
noman2002 committed Aug 23, 2023
1 parent 668096d commit 3447782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SnipeSdk/SnipeSdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Foundation
public struct SnipeSdk {
private var _apiKey: String?

private var devUrl: String = "https://0198-106-51-72-55.ngrok.io/api/"
private var prodUrl: String = "https://0573-106-51-72-55.ngrok.io/api/"
private var devUrl: String = "https://sandbox.api.playwithsnipe.com/api/"
private var prodUrl: String = "https://api.playwithsnipe.com/api/"

private var baseUrl: String?
public init(apiKey:String) {
Expand Down

0 comments on commit 3447782

Please sign in to comment.