diff --git a/ec2_function.py b/ec2_function.py
index 05fd39938f8ce8c23a16344f816cc6519ca8f38a..360974ced4f27728cfecfdbef4e25f604b414d96 100644
--- a/ec2_function.py
+++ b/ec2_function.py
@@ -5,7 +5,7 @@ import math
 
 app = Flask(__name__)
 
-@app.route('/', methods=['POST'])
+@app.route('/work', methods=['POST'])
 def run_simulation():
     # Parse the JSON input data
     input_json = request.json