[0.1.2] Update readme
This commit is contained in:
parent
006e7606ba
commit
98920da683
|
@ -102,7 +102,7 @@ import SLazeKit
|
|||
|
||||
extension SLazeKit {
|
||||
//Provide base path for your API requests.
|
||||
open class var basePath?: String { return "www.yourdomain.com" }
|
||||
open class var basePath: String? { return "www.yourdomain.com" }
|
||||
//Additional you can set port for your requests.
|
||||
open class var basePort: Int? { return 8040 }
|
||||
//You can provide your own instance of JSONDecoder.
|
||||
|
|
Loading…
Reference in New Issue