Skip to content

Commit b826258

Browse files
committed
Make 'baseUrl' property public on 'Arweave' struct
1 parent 56d0a27 commit b826258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/API/Arweave.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
public struct Arweave {
44
static let shared = Arweave()
55
private init() {}
6-
static var baseUrl = URL(string: "https://arweave.net")!
6+
public static var baseUrl = URL(string: "https://arweave.net")!
77

88
func request(for route: Route) -> Request {
99
return Request(route: route)

0 commit comments

Comments
 (0)