Fix flutter endpoint

This commit is contained in:
Khushboo Verma
2025-08-11 15:52:36 +05:30
parent 8aa2aec2d6
commit f2caf6f028
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
class Environment {
static const String appwriteEndpoint = '[appwriteEndpoint]';
static const String appwritePublicEndpoint = '[appwritePublicEndpoint]';
static const String appwriteProjectId = '[appwriteProjectId]';
static const String appwriteProjectName = '[appwriteProjectName]';
}