Hi, just a tiny note. I noticed that the ory tunne...
# ory-network
l
Hi, just a tiny note. I noticed that the ory tunnel example in JS is outdated & references the V0alpha2Api setup
Copy code
To access Ory's APIs, use URL

        <http://localhost:4000>

and configure your SDKs to point to it, for example in JavaScript:

        import { V0alpha2Api, Configuration } from '@ory/client'
        const ory = new V0alpha2Api(new Configuration({
          basePath: '<http://localhost:4000>',
          baseOptions: {
                withCredentials: true
          }
        }))