We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc8f76 commit 0b9d8ccCopy full SHA for 0b9d8cc
1 file changed
routes/api.php
@@ -36,6 +36,8 @@
36
// Endpoints requiring API key authentication
37
Route::get('org/{code}', 'OrganisationController@getById');
38
Route::get('org/{code}/preparemessages', 'WhatNowController@getFeed');
39
+ Route::get('org/{code}/whatnow', 'WhatNowController@getFeed');
40
+ Route::get('whatnow/{id}', 'WhatNowController@getPublishedById');
41
Route::get('preparemessages/{id}', 'WhatNowController@getPublishedById');
42
});
43
0 commit comments