From ebbce553f80714fa78519c49e0cdd911fc423617 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 20 Mar 2020 15:41:29 -0400 Subject: [PATCH] Switch to new salt-api port --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {