diff --git a/src/App.vue b/src/App.vue index d66e0ae..0caba74 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 {