Use trickle ICE (#136)
* Try trickle ice setup * Fix typo * Append auth to api.dev too
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export default function withBaseUrl(path: string): string {
|
||||
const baseUrl = 'https://dev.api.kittycad.io'
|
||||
const baseUrl = 'https://api.dev.kittycad.io'
|
||||
return baseUrl + path
|
||||
}
|
||||
|
Reference in New Issue
Block a user