placeholder for the /route as a start piont
Issue-ID: OPTFRA-310
Change-Id: I3e9befda318a2c69426c50084cc8fb111480d653
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
                       transaction_id=request_json['requestInfo']['transactionId'],
                       request_status="accepted", status_message="")
 
+
+@app.route("/api/oof/v1/route", methods=["POST"])
+@auth_basic.login_required
+def do_route_calc():
+    """Perform the basic route calculations and returnn the vpn-bindings
+    TODO:Need to add the new class for the route in the API and model to provide this function
+    """
+    return "OK"
+
+
 @app.errorhandler(500)
 def internal_failure(error):
     """Returned when unexpected coding errors occur during initial synchronous processing"""