initial Auth implementation (#44)
* initial implementation * update api url
This commit is contained in:
4
src/lib/withBaseURL.ts
Normal file
4
src/lib/withBaseURL.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export default function withBaseUrl(path: string): string {
|
||||
const baseUrl = 'https://dev.api.kittycad.io'
|
||||
return baseUrl + path
|
||||
}
|
Reference in New Issue
Block a user