Skip to content

Commit 431b198

Browse files
authored
Use production deployments for testflight
1 parent 3e25281 commit 431b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubyEvents/lib/Endpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
struct Endpoint {
44
static let development = URL(string: "http://172.20.4.17:3000")!
5-
static let staging = URL(string: "https://staging.rubyvideo.dev")!
5+
static let staging = URL(string: "https://rubyvideo.dev")!
66
static let production = URL(string: "https://rubyvideo.dev")!
77

88
static func url(environment: Environment = .development) -> URL {

0 commit comments

Comments
 (0)