Change most APIs to require API key #173

This commit is contained in:
Nabeel Shahzad
2018-02-09 13:20:35 -06:00
parent 041cef91de
commit 71189e4f2d
5 changed files with 95 additions and 42 deletions

View File

@@ -23,13 +23,10 @@ class CreateStatsTable extends Migration
$table->timestamps();
});
$this->addCounterGroups([
/*$this->addCounterGroups([
'flights' => 1,
]);
/**
* Initial default settings
*/
$stats = [
[
'id' => $this->formatSettingId('flights.total_flights'),
@@ -47,7 +44,7 @@ class CreateStatsTable extends Migration
],
];
$this->addData('stats', $stats);
$this->addData('stats', $stats);*/
}
/**