mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
We "have" a valid license
Some clients stop working after 30 days if the server returns it doesn't have a license.
This commit is contained in:
parent
b324e1da29
commit
a3588222d0
@ -9,5 +9,5 @@ def ping():
|
|||||||
|
|
||||||
@app.route('/rest/getLicense.view', methods = [ 'GET', 'POST' ])
|
@app.route('/rest/getLicense.view', methods = [ 'GET', 'POST' ])
|
||||||
def license():
|
def license():
|
||||||
return request.formatter({ 'license': { 'valid': False } })
|
return request.formatter({ 'license': { 'valid': True } })
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user