Commit b596b408 authored by Amy Yan's avatar Amy Yan

changed api back

parent 965d96ae
......@@ -2,7 +2,7 @@ const axios = require('axios');
class SSAPI {
constructor(isDev) {
if(!isDev) {
if(isDev) {
this.apiBase = "http://localhost/www/spinshare/server/public/index.php/api/";
} else {
this.apiBase = "https://spinsha.re/api/";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment