Skip to content

Commit

Permalink
added BASE_API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghbundela committed Jul 14, 2023
1 parent 9f46f81 commit 875af11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/new-signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import { GOTO_URL } from '../constants/url';
import { NEW_SIGNUP_FLOW } from '../constants/analytics';
import { ERROR_MESSAGES, NEW_SIGNUP_STEPS } from '../constants/new-signup';
import checkUserName from '../utils/check-username';
import ENV from 'website-my/config/environment';

const { BASE_API_URL } = ENV;

export default class NewSignUpController extends Controller {
@service analytics;
Expand Down

0 comments on commit 875af11

Please sign in to comment.