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