diff --git a/.scheduler_lock b/.scheduler_lock new file mode 100644 index 0000000..e69de29 diff --git a/Web/app.py b/Web/app.py index 978f676..23162b0 100755 --- a/Web/app.py +++ b/Web/app.py @@ -10926,11 +10926,3 @@ def test_push_notification(): except Exception as e: app.logger.error(f'Error sending test push: {e}') return jsonify({'success': False, 'error': str(e)}), 500 - -@app.route('/manifest.json') -def serve_manifest(): - return send_from_directory('static', 'manifest.json', mimetype='application/manifest+json') - -@app.route('/sw.js') -def serve_sw(): - return send_from_directory('static', 'sw.js', mimetype='application/javascript') diff --git a/Web/flask.log b/Web/flask.log new file mode 100644 index 0000000..9982f33 --- /dev/null +++ b/Web/flask.log @@ -0,0 +1 @@ +[2026-04-19 20:20:39,502] ERROR in app: Error during scheduler shutdown: name '__file__' is not defined diff --git a/Web/templates/base.html b/Web/templates/base.html index 7a614f6..631ba9e 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -14,7 +14,6 @@ - {% block title %}Inventarsystem{% endblock %} {% block head %} diff --git a/flask.pid b/flask.pid new file mode 100644 index 0000000..0d268ab --- /dev/null +++ b/flask.pid @@ -0,0 +1 @@ +394722