Skip to content

Commit

Permalink
test : cicd 두번째 test3 api
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 21, 2024
1 parent 5e3bc25 commit 22b7e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ def test(): # put application's code here
def test2(): # put application's code here
return 'post test2'

@app.route('/test3', methods=['GET'])
def test3(): # put application's code here
return 'post test3'

if __name__ == '__main__':
app.run(host='0.0.0.0', port='5000')

0 comments on commit 22b7e5c

Please sign in to comment.