diff --git a/.gitignore b/.gitignore index f081fb9..e12670c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ *.xcodeproj Package.pins Package.resolved -.swiftpm/ +.swiftpm/ \ No newline at end of file diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Sources/gatewayapi/Application+GatewayAPI.swift b/Sources/gatewayapi/Application+GatewayAPI.swift index 4e62311..d737e3d 100644 --- a/Sources/gatewayapi/Application+GatewayAPI.swift +++ b/Sources/gatewayapi/Application+GatewayAPI.swift @@ -29,8 +29,3 @@ extension Application { public var gatewayAPI: GatewayAPI { .init(application: self) } } - -// application.gatewayAPI.configuration = .environment -// req.gatewayAPI.send() -// application.gatewayAPI.client.send() -// req.gatewayAPI.send()