More code updates
This commit is contained in:
parent
cc297eea09
commit
17642bffe7
32 changed files with 209 additions and 2863 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
Route::get('/authenticate/{token}', 'ValidateKeyController@index')->name('api.remote.authenticate');
|
||||
|
||||
Route::group(['prefix' => '/options'], function () {
|
||||
Route::get('/', 'OptionRetrievalController@index')->name('api.remote.services');
|
||||
Route::get('/{uuid}', 'OptionRetrievalController@download')->name('api.remote.services.download');
|
||||
Route::group(['prefix' => '/eggs'], function () {
|
||||
Route::get('/', 'EggRetrievalController@download@index')->name('api.remote.eggs');
|
||||
Route::get('/{uuid}', 'EggRetrievalController@download')->name('api.remote.eggs.download');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue