added gunicorn and updated to the last version of server monitorizare
This commit is contained in:
@@ -67,4 +67,6 @@ def _app_from_uri(uri):
|
||||
return 'itassets'
|
||||
if uri.startswith('/networkview/'):
|
||||
return 'networkview'
|
||||
if uri.startswith('/srvmonitor/'):
|
||||
return 'srvmonitor'
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user