readd more stuff
This commit is contained in:
parent
9627874dae
commit
369d57e78f
12 changed files with 156 additions and 7 deletions
3
backend/.gitignore
vendored
3
backend/.gitignore
vendored
|
|
@ -8,7 +8,4 @@ __pycache__
|
|||
.envrc
|
||||
.direnv
|
||||
run_app.local.sh
|
||||
<<<<<<< HEAD
|
||||
*.db
|
||||
=======
|
||||
>>>>>>> main
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ def get_apps():
|
|||
apps = AppsService.get_all_apps()
|
||||
return jsonify(apps)
|
||||
|
||||
|
||||
@api_v1.route('/apps/<string:slug>', methods=['GET'])
|
||||
@jwt_required()
|
||||
def get_app(slug):
|
||||
|
|
|
|||
Reference in a new issue