Skip to content

Commit 0b9d8cc

Browse files
committed
Update api.php
1 parent 2bc8f76 commit 0b9d8cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

routes/api.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
// Endpoints requiring API key authentication
3737
Route::get('org/{code}', 'OrganisationController@getById');
3838
Route::get('org/{code}/preparemessages', 'WhatNowController@getFeed');
39+
Route::get('org/{code}/whatnow', 'WhatNowController@getFeed');
40+
Route::get('whatnow/{id}', 'WhatNowController@getPublishedById');
3941
Route::get('preparemessages/{id}', 'WhatNowController@getPublishedById');
4042
});
4143

0 commit comments

Comments
 (0)