File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,15 +262,15 @@ export const CreateInspectionDiscriminatedUnionSchema = z.discriminatedUnion(
262
262
const domainsByEnv = {
263
263
staging : {
264
264
api : 'api.staging.monk.ai/v1' ,
265
- thumbnail : 'europe-west1-monk- staging-321715.cloudfunctions.net /image_resize' ,
265
+ thumbnail : 'api. staging.monk.ai /image_resize' ,
266
266
} ,
267
267
preview : {
268
268
api : 'api.preview.monk.ai/v1' ,
269
- thumbnail : 'europe-west1-monk- preview-321715.cloudfunctions.net /image_resize' ,
269
+ thumbnail : 'api. preview.monk.ai /image_resize' ,
270
270
} ,
271
271
production : {
272
272
api : 'api.monk.ai/v1' ,
273
- thumbnail : 'europe-west1- monk-prod.cloudfunctions.net /image_resize' ,
273
+ thumbnail : 'api. monk.ai /image_resize' ,
274
274
} ,
275
275
} ;
276
276
You can’t perform that action at this time.
0 commit comments