diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
commit | 91b538c776071a7ae60adfa25bfcaccc0403896e (patch) | |
tree | 65278ac7ba6ab78ef55602bfdb895c7cab9ac488 /iridescence/src/api | |
parent | 335a9e3dfe2bb1dde3900018b01fdad6baad1595 (diff) | |
download | theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.tar.xz theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.zip |
Added care, privacy, faq, fixed custom order temporarily, fixed site
title
Diffstat (limited to 'iridescence/src/api')
-rw-r--r-- | iridescence/src/api/dichroism.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/api/dichroism.js b/iridescence/src/api/dichroism.js index c2cc93c..7da0c4f 100644 --- a/iridescence/src/api/dichroism.js +++ b/iridescence/src/api/dichroism.js @@ -3,7 +3,7 @@ import PhotoSet from "../models/photo_set"; import ApiError from "./error"; export default class Dichroism { - _base_addr = "http://localhost:8000/"; + _base_addr = "https://theglassyladies.com/api/"; async createPhoto(file) { const fd = new FormData(); |