Commit 873e3b23 authored by Pani's avatar Pani

change var isTest from true to false.

parent 5276008d
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<script> <script>
/* eslint-disable */ /* eslint-disable */
const isTest = true; const isTest = false;
let APP_DOMAIN = ''; let APP_DOMAIN = '';
if(isTest){ if(isTest){
APP_DOMAIN = "https://railgun.momobako.com" APP_DOMAIN = "https://railgun.momobako.com"
......
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