readd more stuff

This commit is contained in:
Philipp Rothmann 2022-10-26 12:55:33 +02:00
parent 9627874dae
commit 369d57e78f
12 changed files with 156 additions and 7 deletions

3
backend/.gitignore vendored
View file

@ -8,7 +8,4 @@ __pycache__
.envrc
.direnv
run_app.local.sh
<<<<<<< HEAD
*.db
=======
>>>>>>> main

View file

@ -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):