Use trickle ICE (#136)

* Try trickle ice setup

* Fix typo

* Append auth to api.dev too
This commit is contained in:
Adam Sunderland
2023-06-20 16:51:12 -04:00
committed by GitHub
parent 0858d32c1e
commit efa3bc7ac6
2 changed files with 23 additions and 3 deletions

View File

@ -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
}