Skip to content

Commit

Permalink
isdev=false
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnbeelee committed Jul 15, 2022
1 parent 0f89fc7 commit 15be78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/mintlify-functionality/utils/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ISDEV = true;
export const ISDEV = false;

// eslint-disable-next-line @typescript-eslint/naming-convention
export const API_ENDPOINT = ISDEV ? 'http://localhost:5000/routes' : 'https://connect.mintlify.com/routes';

0 comments on commit 15be78e

Please sign in to comment.