mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: de to fra
This commit is contained in:
@@ -185,7 +185,7 @@ export type AggregationList = {
|
||||
};
|
||||
|
||||
export type AllowedRegions =
|
||||
| 'eu-de'
|
||||
| 'eu-fra'
|
||||
| 'us-nyc'
|
||||
| 'us-sfo'
|
||||
| 'ap-in'
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
id ?? ID.unique(),
|
||||
name,
|
||||
org.$id,
|
||||
isCloud ? 'eu-de' : 'default'
|
||||
isCloud ? 'eu-fra' : 'default'
|
||||
);
|
||||
await invalidate(Dependencies.ACCOUNT);
|
||||
goto(`/console/project-${project.$id}`);
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
$createProject = {
|
||||
id: null,
|
||||
name: null,
|
||||
region: 'eu-de'
|
||||
region: 'eu-fra'
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ export const createProject = writable<{
|
||||
}>({
|
||||
id: null,
|
||||
name: null,
|
||||
region: 'eu-de'
|
||||
region: 'eu-fra'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user