Skip to content

Commit 5e7b9c2

Browse files
committed
delete: localhost url
1 parent 30472ce commit 5e7b9c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/CompilerSwiftAI/CompilerClient.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public final actor CompilerClient {
2828

2929
private(set) var configuration: Configuration
3030

31-
// internal let baseURL: String = "https://backend.compiler.inc"
32-
internal let baseURL: String = "http://localhost:3000"
31+
internal let baseURL: String = "https://backend.compiler.inc"
3332
internal let keychain: KeychainHelper = KeychainHelper.standard
3433
internal let functionLogger: DebugLogger
3534
internal let modelLogger: DebugLogger

0 commit comments

Comments
 (0)