Switch to new salt-api port
This commit is contained in:
parent
9ec879a464
commit
ebbce553f8
@ -33,7 +33,7 @@ import credentials from './credentials.json';
|
|||||||
import * as salt from './salt';
|
import * as salt from './salt';
|
||||||
import Job from './Job';
|
import Job from './Job';
|
||||||
|
|
||||||
const BASE_URL = 'https://salt.sawtooth.claremontmakerspace.org:8000/';
|
const BASE_URL = 'https://salt.sawtooth.claremontmakerspace.org:8123/';
|
||||||
|
|
||||||
@Component({ components: { Job } })
|
@Component({ components: { Job } })
|
||||||
export default class App extends Vue {
|
export default class App extends Vue {
|
||||||
|
Loading…
Reference in New Issue
Block a user