Skip to content

Commit

Permalink
new entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakyHulk committed Mar 14, 2024
1 parent f465844 commit 9c22c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
app = flask.Flask(__name__)


@app.route('/dyndns', methods=['GET'])
@app.route('/', methods=['GET'])
def main():
print('main()', file=sys.stderr)
token = flask.request.args.get('token')
Expand Down

0 comments on commit 9c22c82

Please sign in to comment.