Remove Cloud `Endpoints` from `Initialize SDKs` Wizards
What does this PR do?
Default endpoint is cloud, samples shouldn't need to add them.
Test Plan
Manual.
Related PRs and Issues
N/A.
Have you read the Contributing Guidelines on issues?
Yes.
@ItzNotABug is attempting to deploy a commit to the appwrite Team on Vercel.
A member of the Team first needs to authorize it.
@TorstenDittmann, should we add .setEndpoint for self-hosted instances here, just like the .setSelfSigned logic?
@TorstenDittmann, should we add
.setEndpointfor self-hosted instances here, just like the.setSelfSignedlogic?
Yeah, lets add self-signed and endpoint to selfhosted instances 👍🏻
@TorstenDittmann, should we add
.setEndpointfor self-hosted instances here, just like the.setSelfSignedlogic?Yeah, lets add self-signed and endpoint to selfhosted instances 👍🏻
Done.