Skip to content

Commit

Permalink
feat: update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jun 19, 2024
1 parent d7c76bd commit 7ae179c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/platform/_lib/pdp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import fetch, { Headers } from 'node-fetch'

import { getUserAgent } from './userAgent'

const platformAPIEndpoint = new URL('https://cp-preview-feat-alt-client-login.datacdn.workers.dev/api')
export const consoleUrl = new URL('https://cp-preview-feat-alt-client-login.datacdn.workers.dev')
export const optimizeUrl = new URL('https://optimize-dev-adapt-login.prisma.workers.dev')
const platformAPIEndpoint = new URL('https://console.prisma.io/api')
export const consoleUrl = new URL('https://console.prisma.io')
export const optimizeUrl = new URL('https://optimize.prisma.io')

/**
*
Expand Down

0 comments on commit 7ae179c

Please sign in to comment.