There was an error while loading. Please reload this page.
2 parents 483656a + 2bc8f76 commit 5fa2669Copy full SHA for 5fa2669
1 file changed
routes/api.php
@@ -35,8 +35,8 @@
35
], function () {
36
// Endpoints requiring API key authentication
37
Route::get('org/{code}', 'OrganisationController@getById');
38
- Route::get('org/{code}/whatnow', 'WhatNowController@getFeed');
39
- Route::get('whatnow/{id}', 'WhatNowController@getPublishedById');
+ Route::get('org/{code}/preparemessages', 'WhatNowController@getFeed');
+ Route::get('preparemessages/{id}', 'WhatNowController@getPublishedById');
40
});
41
42
Route::group([
0 commit comments