Skip to content

Commit 745b2ca

Browse files
committed
chore: update api domain to jan.ai (#6832)
1 parent 6538ded commit 745b2ca

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
build-and-preview:
1313
runs-on: [ubuntu-24-04-docker]
1414
env:
15+
<<<<<<< HEAD
1516
JAN_API_BASE: "https://api-dev.menlo.ai/v1"
17+
=======
18+
MENLO_PLATFORM_BASE_URL: "https://api-dev.jan.ai/v1"
19+
>>>>>>> c854c54c0 (chore: update api domain to jan.ai (#6832))
1620
permissions:
1721
pull-requests: write
1822
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-
JAN_API_BASE: "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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
build-and-preview:
1313
runs-on: [ubuntu-24-04-docker]
1414
env:
15+
<<<<<<< HEAD
1516
JAN_API_BASE: "https://api-stag.menlo.ai/v1"
17+
=======
18+
MENLO_PLATFORM_BASE_URL: "https://api-stag.jan.ai/v1"
19+
>>>>>>> c854c54c0 (chore: update api domain to jan.ai (#6832))
1620
permissions:
1721
pull-requests: write
1822
contents: write

0 commit comments

Comments
 (0)