Skip to content

Commit

Permalink
[Ember-Migration] Created a navbar (#325)
Browse files Browse the repository at this point in the history
* Created a navbar

* minor refactoring and fixes

* resolved over simplications and minor fixes
  • Loading branch information
rohan09-raj committed Dec 8, 2022
1 parent f9372c4 commit e31ef8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/adapters/application.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import JSONAPIAdapter from '@ember-data/adapter/json-api';

import ENV from 'website-www/config/environment';

export default class ApplicationAdapter extends JSONAPIAdapter {
host = ENV.BASE_API_URL;

Expand Down

0 comments on commit e31ef8a

Please sign in to comment.