remove costumer registration

This commit is contained in:
Marko Oldenburg 2019-09-26 09:46:45 +02:00
parent 90e607ca86
commit 506b804f42

View File

@ -179,7 +179,7 @@ my %paths = (
'powerwallsstop' => 'sitemaster/stop', 'powerwallsstop' => 'sitemaster/stop',
'powerwallsrun' => 'sitemaster/run', 'powerwallsrun' => 'sitemaster/run',
'powerwalls' => 'powerwalls', 'powerwalls' => 'powerwalls',
'registration' => 'customer/registration', # 'registration' => 'customer/registration',
'status' => 'status', 'status' => 'status',
'login' => 'login/Basic', 'login' => 'login/Basic',
'gridstatus' => 'system_status/grid_status', 'gridstatus' => 'system_status/grid_status',
@ -1148,7 +1148,7 @@ sub CreateUri($$) {
], ],
"release_status": "under develop", "release_status": "under develop",
"license": "GPL_2", "license": "GPL_2",
"version": "v0.6.100", "version": "v0.6.102",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],