Skip to content

Commit 633f265

Browse files
authored
Update the community dev api to api.omiapi.com (#2671)
1 parent 34b9645 commit 633f265

File tree

114 files changed

+4
-20217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+4
-20217
lines changed

app/lib/env/env.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ abstract class Env {
1515

1616
static String? get apiBaseUrl => _instance.apiBaseUrl;
1717

18-
// static String? get apiBaseUrl => 'https://backend-dt5lrfkkoa-uc.a.run.app/';
19-
// // static String? get apiBaseUrl => 'https://camel-lucky-reliably.ngrok-free.app/';
20-
// static String? get apiBaseUrl => 'https://mutual-fun-boar.ngrok-free.app/';
21-
2218
static String? get growthbookApiKey => _instance.growthbookApiKey;
2319

2420
static String? get googleMapsApiKey => _instance.googleMapsApiKey;

app/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo "- bash setup.sh macos"
5454
echo ""
5555

5656

57-
API_BASE_URL=https://backend-dt5lrfkkoa-uc.a.run.app/
57+
API_BASE_URL=https://api.omiapi.com/
5858

5959
######################################
6060
# Setup Firebase with prebuilt configs

app/setup/scripts/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function SetupProvisioningProfile {
104104

105105

106106
function SetupAppEnv {
107-
$API_BASE_URL = "https://backend-dt5lrfkkoa-uc.a.run.app/"
107+
$API_BASE_URL = "https://api.omiapi.com/"
108108
# Using Set-Content with UTF8 encoding
109109
$content = "API_BASE_URL=$API_BASE_URL"
110110
[System.IO.File]::WriteAllText((Join-Path (Get-Location) ".dev.env"), $content, [System.Text.Encoding]::UTF8)

docs/@deprecated/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/@deprecated/README.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/@deprecated/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/@deprecated/docs-new/docs.json

Lines changed: 0 additions & 110 deletions
This file was deleted.

docs/@deprecated/docs-old/assembly/Build_the_device.mdx

Lines changed: 0 additions & 118 deletions
This file was deleted.

docs/@deprecated/docs-old/assembly/Buying_Guide.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/@deprecated/docs-old/assembly/introduction.mdx

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)