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 3e25281 commit 431b198Copy full SHA for 431b198
RubyEvents/lib/Endpoint.swift
@@ -2,7 +2,7 @@ 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://staging.rubyvideo.dev")!
+ static let staging = URL(string: "https://rubyvideo.dev")!
6
static let production = URL(string: "https://rubyvideo.dev")!
7
8
static func url(environment: Environment = .development) -> URL {
0 commit comments