Remove the test build starter as it no longer works.

This commit is contained in:
yackob03 2013-10-27 16:01:14 -04:00
parent 0ff19d5401
commit 3026f83c2c
2 changed files with 0 additions and 13 deletions

View file

@ -46,8 +46,3 @@ def generate_random_build_status():
response.update(phases[phase])
return jsonify(response)
@app.route('/test/build', methods=['GET'])
def create_build():
return send_file('templates/testbuild.html')

View file

@ -1,8 +0,0 @@
<html>
<body>
<form enctype='multipart/form-data' method="post" action="/api/repository/devtable/complex/build/">
<input type="file" name="initializedata">
<button type="submit">Send</button>
</form>
</body>
</html>