late-needle-23869
08/18/2022, 10:36 AMimport { Configuration, V0alpha2Api } from '@ory/client';
const config = {
baseOptions: { withCrendentials: true },
basePath: '<http://localhost:4433>',
};
export default new V0alpha2Api(new Configuration(config));red-machine-69654
08/18/2022, 10:54 AMwithCredentialsred-machine-69654
08/18/2022, 10:55 AMnlate-needle-23869
08/18/2022, 12:08 PMred-machine-69654
08/18/2022, 12:15 PM