diff --git a/src/app/app.config.ts b/src/app/app.config.ts index bd8381a..5fa8e0d 100644 --- a/src/app/app.config.ts +++ b/src/app/app.config.ts @@ -7,7 +7,7 @@ import {Configuration} from './api'; export function apiConfigFactory() { return new Configuration({ - basePath: `${window.location.protocol}//${window.location.hostname}:8000` + basePath: `${window.location.protocol}//${window.location.hostname}:8011` }); }