diff --git a/config.js b/config.js index e1d7415a..54bf712a 100644 --- a/config.js +++ b/config.js @@ -46,7 +46,7 @@ module.exports = { // SOCKET_API_URL: '"api/"', SOCKET_API_URL: '"https://socket.tutorcruncher.com"', }, - port: 8000, + port: 5000, build_dir: path.resolve(__dirname, 'dev'), css_source_map: true, public_path: '/', diff --git a/src/components/con-details.vue b/src/components/con-details.vue index 05e099f7..4dc7176e 100644 --- a/src/components/con-details.vue +++ b/src/components/con-details.vue @@ -1,20 +1,5 @@