Skip to content

Commit

Permalink
Fix UI url in netlify module
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jan 18, 2019
1 parent eade1af commit 5cfec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netlify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface NetlifyAccessToken {
}

export const API_URL = 'https://api.netlify.com/api/v1';
export const UI_URL = 'https://api.netlify.com/api/v1';
export const UI_URL = 'https://app.netlify.com';

class Netlify {
public accessToken: string | null;
Expand Down

0 comments on commit 5cfec5c

Please sign in to comment.