Release CQ customizer (#559)
* Switched to Miniconda image * Update cad endpoint url and some minor tweaks Co-authored-by: Jeremy Wright <wrightjmf@gmail.com> Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
This commit was merged in pull request #559.
This commit is contained in:
@@ -4,7 +4,7 @@ import { CadhubParams } from 'src/components/Customizer/customizerConverter'
|
||||
|
||||
export const lambdaBaseURL =
|
||||
process.env.CAD_LAMBDA_BASE_URL ||
|
||||
'https://oxt2p7ddgj.execute-api.us-east-1.amazonaws.com/prod'
|
||||
'https://2inlbple1b.execute-api.us-east-1.amazonaws.com/prod2'
|
||||
|
||||
export const stlToGeometry = (url) =>
|
||||
new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user