Skip to content
Snippets Groups Projects
Commit 084944c5 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

some cleanup

parent 761b752e
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,15 @@ my %queries= ...@@ -29,12 +29,15 @@ my %queries=
'status' => { api => '/api/monitoring/status', auth => 'token' }, 'status' => { api => '/api/monitoring/status', auth => 'token' },
# does not work # does not work
'sms-list' => { api => '/api/sms/sms-list', auth => 'token' }, # 'sms-list' => { api => '/api/sms/sms-list', auth => 'token' },
'sms' => { api => '/api/sms', auth => 'none' }, # 'sms' => { api => '/api/sms', auth => 'none' },
'ussd' => { api => '/api/ussd/get', auth => 'none' }, # 'ussd' => { api => '/api/ussd/get', auth => 'none' },
'sdc' => { api => '/api/sdcard/sdcard', auth => 'none' }, # 'sdc' => { api => '/api/sdcard/sdcard', auth => 'none' },
); );
# shorthand opcodes
$queries{TS}= $queries{'traffic-statistics'};
__PACKAGE__->main() unless caller(); __PACKAGE__->main() unless caller();
sub new sub new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment