Removed Redundant Code

This commit is contained in:
2025-02-02 02:53:30 +00:00
parent 23ec782048
commit 7504f341d2
6 changed files with 92 additions and 75 deletions
+8 -9
View File
@@ -1,11 +1,10 @@
//const endPoint = 'http://10.15.45.11/v1';
const endPoint = 'https://api.theonasanyas.com/v1';
const projectId = 'chatapp';
//const endPoint = 'https://api.theonasanyas.com/v1';
const endPoint = 'https://cloud.appwrite.io/v1';
const projectId = '678bdc7c00203eff8af5';
const selfSigned = false;
const databaseId = '676d7bc5000ffc9ca2a4';
const userCollectionId = '676d7d05000253c91d27';
const chatsCollectionId = '67734e8b002936f64abd';
const convCollectionId = '67734e7f00205b8f40a6';
const imageStorageBucket = '6771b9000011f84c14fa';
const databaseId = '678c8659000a7d6b5bff';
const userCollectionId = '678c865e002fe1cddd06';
const chatsCollectionId = '678c866c0038822276ad';
const convCollectionId = '678c8667001944dee794';
const imageStorageBucket = '678d2162002a6770aaad';