Switch to new salt-api port

This commit is contained in:
Adam Goldsmith 2020-03-20 15:41:29 -04:00
parent 9ec879a464
commit ebbce553f8

View File

@ -33,7 +33,7 @@ import credentials from './credentials.json';
import * as salt from './salt';
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 } })
export default class App extends Vue {