Skip to content
Snippets Groups Projects
Commit 509ecba9 authored by Mathis Neumann's avatar Mathis Neumann
Browse files

use local java api port

parent b0450c21
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import Ember from 'ember';
import RESTAdapter from 'ember-data/adapters/rest';
export default RESTAdapter.extend({
host: 'http://localhost:3000',
host: 'http://localhost:8080',
namespace: 'v1',
session: Ember.inject.service()
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment