Skip to content

Commit d34abbb

Browse files
committed
1 parent 431b198 commit d34abbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RubyEvents/lib/Endpoint.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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://rubyvideo.dev")!
6-
static let production = URL(string: "https://rubyvideo.dev")!
5+
static let staging = URL(string: "https://www.rubyvideo.dev")!
6+
static let production = URL(string: "https://www.rubyvideo.dev")!
77

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

0 commit comments

Comments
 (0)