We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431b198 commit d34abbbCopy full SHA for d34abbb
RubyEvents/lib/Endpoint.swift
@@ -2,8 +2,8 @@ import Foundation
2
3
struct Endpoint {
4
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")!
+ static let staging = URL(string: "https://www.rubyvideo.dev")!
+ static let production = URL(string: "https://www.rubyvideo.dev")!
7
8
static func url(environment: Environment = .development) -> URL {
9
switch environment {
0 commit comments