Просмотр исходного кода

change repo to develop for testing

causefx 8 лет назад
Родитель
Сommit
2540ac9b1a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -1,6 +1,6 @@
 <?php
 return array(
-    'branch' => 'v2-master',
+    'branch' => 'v2-develop',
     'that' => 'this',
     'organizrAPI' => 'none'
 );