Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

Setup

  • Create and populate a Constants.swift file with constants workflowEndpoint and dataEndpoint as follows:
struct Endpoints {
    static workflowEndpoint = "https://workflow/endpoint/"
    static dataEndpoint = "https://data/endpoint/"
}