remove shared network service

This commit is contained in:
Ivan Smolin 2018-03-28 20:52:18 +03:00
parent c8bf6fb559
commit 190d605f47
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import LeadKit
{% set serviceName = concat(networkServiceName, "NetworkService") -%}
class {{ serviceName }}: NetworkService, ConfigurableNetworkService {
static let shared = {{ serviceName }}()
class var baseUrl: String {
return "{{ apiUrl }}"
}