Skip to content

Commit

Permalink
Merge pull request #80 from ottogroup/bugfix/dont-register-update-mod…
Browse files Browse the repository at this point in the history
…el-cache

/update-model-cache should be registered manually as per docs
  • Loading branch information
alattner committed May 16, 2018
2 parents d6e9f9c + 5483bff commit d51fae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion palladium/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def fit():
return make_ujson_response({'job_id': job_id}, status_code=200)


@app.route('/update-model-cache', methods=['POST'])
@PluggableDecorator('update_model_cache_decorators')
@args_from_config
def update_model_cache(model_persister):
Expand Down

0 comments on commit d51fae9

Please sign in to comment.