Skip to content

Commit

Permalink
Created a navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan09-raj committed Dec 8, 2022
1 parent ac7d0d5 commit f9372c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/adapters/application.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
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 f9372c4

Please sign in to comment.