Skip to content

Commit cbed86a

Browse files
Change appwrite project id (#31)
1 parent 0f2a0d2 commit cbed86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/features/auth/authSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createSlice, createAsyncThunk } from '@reduxjs/toolkit';
22
import { Client, Account } from 'appwrite';
33

44
const client = new Client();
5-
client.setEndpoint('https://cloud.appwrite.io/v1').setProject('669617ce003ae83f76ce');
5+
client.setEndpoint('https://cloud.appwrite.io/v1').setProject('66972f2f001555776950');
66

77
const account = new Account(client);
88
export interface AuthState {

0 commit comments

Comments
 (0)