Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorholk committed Mar 10, 2024
2 parents 363ea2b + fe16b6b commit 903001f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package="com.viktorholk.apipushnotifications">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.VIBRATE" />

<application
Expand Down
3 changes: 0 additions & 3 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
from flask import Flask, jsonify, request

app = Flask(__name__)
# I just prefer that the data attribute comes after the status and message in the response ⊂(◉‿◉)つ
app.json.sort_keys = False


# Setup the config and make sure the file is present
CONFIG_FILE = 'config.ini'
Expand Down

0 comments on commit 903001f

Please sign in to comment.