Skip to content

Commit b43a1db

Browse files
committed
chore: update api domain to jan.ai (#6832)
1 parent cde8e54 commit b43a1db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jan-server-web-ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-preview:
1313
runs-on: [ubuntu-24-04-docker]
1414
env:
15-
MENLO_PLATFORM_BASE_URL: "https://api-dev.menlo.ai/v1"
15+
MENLO_PLATFORM_BASE_URL: "https://api-dev.jan.ai/v1"
1616
permissions:
1717
pull-requests: write
1818
contents: write

.github/workflows/jan-server-web-ci-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
deployments: write
1414
pull-requests: write
1515
env:
16-
MENLO_PLATFORM_BASE_URL: "https://api.menlo.ai/v1"
16+
MENLO_PLATFORM_BASE_URL: "https://api.jan.ai/v1"
1717
GA_MEASUREMENT_ID: "G-YK53MX8M8M"
1818
CLOUDFLARE_PROJECT_NAME: "jan-server-web"
1919
steps:

.github/workflows/jan-server-web-ci-stag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-preview:
1313
runs-on: [ubuntu-24-04-docker]
1414
env:
15-
MENLO_PLATFORM_BASE_URL: "https://api-stag.menlo.ai/v1"
15+
MENLO_PLATFORM_BASE_URL: "https://api-stag.jan.ai/v1"
1616
permissions:
1717
pull-requests: write
1818
contents: write

0 commit comments

Comments
 (0)