Kaynağa Gözat

Don't specify entire baseUrl

Andrew Swistak 6 yıl önce
ebeveyn
işleme
d382f1cb60
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/javascript/packs/frontend/api.js

+ 1 - 1
app/javascript/packs/frontend/api.js

@@ -4,7 +4,7 @@ import axios from 'axios';
 //const csrfToken = document.querySelector('meta[name="csrf-token"]').content;
 
 const instance = axios.create({
-  baseURL: 'http://localhost:3000/api/v1',
+  baseURL: '/api/v1',
   timeout: 3000,
   responseType: 'json',
   headers: {post: {'Content-Type': 'application/json'}},