Compare commits
No commits in common. "42831d294c2b8a24d89008802b5d2789c28fcff7" and "87753785d4c2db574f5d124d4836b546d3819370" have entirely different histories.
42831d294c
...
87753785d4
@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.2.15"
|
current_version = "1.2.14"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
@ -224,7 +224,7 @@ def send_expiry_notifications_route(username: str, password: str) -> Response:
|
|||||||
@requires_basic_auth
|
@requires_basic_auth
|
||||||
def send_test_notification_route(username: str, password: str) -> Response:
|
def send_test_notification_route(username: str, password: str) -> Response:
|
||||||
"""Sends a test push notification to all users."""
|
"""Sends a test push notification to all users."""
|
||||||
data = request.get_json(silent=True)
|
data = request.get_json()
|
||||||
message = data.get("message", "Ktv Test") if data else "Ktv Test"
|
message = data.get("message", "Ktv Test") if data else "Ktv Test"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user