Nuno-Tome commited on
Commit
c416097
·
1 Parent(s): e1a6887

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from flask import Flask, jsonify
8
  DEBUG_MODE = False
9
 
10
 
11
- @app.route('/api/test1', methods=['GET'])
12
  def endpoint1():
13
  # Your logic for the first endpoint
14
  #return jsonify({"message": "Endpoint 1"})
 
8
  DEBUG_MODE = False
9
 
10
 
11
+ #@app.route('/api/test1', methods=['GET'])
12
  def endpoint1():
13
  # Your logic for the first endpoint
14
  #return jsonify({"message": "Endpoint 1"})