Compare commits

..

No commits in common. "02d0f11dfb642e101d5dd62a7180b381055d0018" and "5c7330d138091aa76211f1c6c9eff481cd448ab5" have entirely different histories.

2 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def index():
return "Hello, World! Test :3"
return "Hello, World!"
@app.route('/test')
def test():