Skip to content

Commit ea9922b

Browse files
committed
fix: the keep alive ping for the server was hitting the wrong URL
1 parent 79cf14e commit ea9922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/keep_awake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def ping():
7-
requests.get('https://notion-heroku.herokuapp.com/')
7+
requests.get('https://notion-server.herokuapp.com/')

0 commit comments

Comments
 (0)