Skip to content

Commit

Permalink
Create a file for constants
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinaypratap committed Jul 17, 2022
1 parent e3d37ad commit 37c79c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Coin/Constants.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//
// Constants.swift
// Coin
//
// Created by Abhinay Pratap on 17/07/22.
//

struct K {
static let baseURL = "https://rest.coinapi.io/v1/exchangerate/BTC/"
static let APIKey = "2C357AF2-E8C5-4491-9002-48EFFD6DF2D2"
}

0 comments on commit 37c79c0

Please sign in to comment.