philips-software/cogito

View on GitHub
workspaces/cogito-ios-app/Cogito/Telepath/TelepathDefaults.swift

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import Telepath

func createTelepath() -> Telepath {
    return createTelepath(serviceUrl: URL(string: "https://telepath.cogito.mobi")!)
}