diff --git a/bin/lms-sidusis.php b/bin/lms-sidusis.php index edec92e328..8497651e0a 100755 --- a/bin/lms-sidusis.php +++ b/bin/lms-sidusis.php @@ -65,7 +65,7 @@ $apiEndPoints = array( 'export-ranges' => '/api/import_network_ranges/', - 'import-demands' => '/api/demand_notifications/?page_size=all&status=new/', + 'import-demands' => '/api/demand_notifications/?page_size=all&status=new', 'mark-demand-as-read' => '/api/demand_notifications/%id/read/', );