Update Story apis, move FE to v0 and add v1 for oauth clients

This commit is contained in:
Daniel Supernault 2020-02-04 21:04:58 -07:00
parent e2828f4b85
commit 92654fabdc
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
8 changed files with 23 additions and 14 deletions

View file

@ -36,7 +36,7 @@
methods: {
fetchStories() {
axios.get('/api/stories/v1/profile/' + this.pid)
axios.get('/api/stories/v0/profile/' + this.pid)
.then(res => {
let data = res.data;
if(data.length == 0) {