Skip to content

Commit 8d78dd4

Browse files
authored
Apply suggestion from @sjmiller609
1 parent 35dedf6 commit 8d78dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
]
6868

6969
ENVIRONMENTS: Dict[str, str] = {
70-
"production": "https://api.kernel.com/",
70+
"production": "https://api.onkernel.com/",
7171
"development": "https://localhost:3001/",
7272
}
7373

0 commit comments

Comments
 (0)