Dockerize

This commit is contained in:
2020-08-05 21:49:25 -04:00
parent aca92d07bb
commit 46450cbfd3
7 changed files with 86 additions and 1 deletions

View File

@@ -1 +1 @@
export const API_URL = "http://localhost:8000"
export const API_URL = window.location.protocol + '//' + window.location.host + '/api';