We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0a27 commit b826258Copy full SHA for b826258
Sources/API/Arweave.swift
@@ -3,7 +3,7 @@ import Foundation
3
public struct Arweave {
4
static let shared = Arweave()
5
private init() {}
6
- static var baseUrl = URL(string: "https://arweave.net")!
+ public static var baseUrl = URL(string: "https://arweave.net")!
7
8
func request(for route: Route) -> Request {
9
return Request(route: route)
0 commit comments