mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
Fix bug in api name placeholder and api url
This commit is contained in:
parent
5821e41185
commit
ecf4082d68
@ -6,8 +6,8 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
class OneteamAPI {
|
||||
static let basePath = "http://ec2-52-68-31-200.ap-northeast-1.compute.amazonaws.com/"
|
||||
class {{projectName}}API {
|
||||
static let basePath = "{{basePath}}"
|
||||
static var credential: NSURLCredential?
|
||||
static var requestBuilderFactory: RequestBuilderFactory = AlamofireRequestBuilderFactory()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user