Changeset - 4af2e4243cc2
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2015-07-08 23:07:46

abort for 200 doesn't exists
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spaceapi/views.py
Show inline comments
 
@@ -20,7 +20,7 @@ def status_json():
 

	
 

	
 
@root_views.route('/reload')
 
@httpauth.login_required
 
def reload():
 
    reload_json()
 
    return abort(200)
 
    return 'Success'
0 comments (0 inline, 0 general)