Commit 8d7e9b30 authored by SpinShare's avatar SpinShare

disable dev flag

parent d4194e55
......@@ -5,7 +5,7 @@ class SSAPI {
if(process.env.NODE_ENV !== 'development') {
return false;
} else {
return true;
return false;
}
}
......
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