lrf402788946 5 年 前
コミット
5b880515c3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      public/static/liveIndex.html

+ 1 - 1
public/static/liveIndex.html

@@ -51,7 +51,7 @@
 <script language="javascript">
  function btnDirect() {
      var query = window.location.search.substring(1);
-     window.open('/direct?'+query)
+     window.open('/platlive/direct?'+query)
   }
 </script>
 </html>