ADD: Change Backend port
This commit is contained in:
parent
9b58aaaa0b
commit
1dd5563ca6
@ -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`
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user