alert when /alias/options is used

This commit is contained in:
Son NK 2020-02-04 23:01:33 +07:00
parent f3c61f9a61
commit f7d000d34e

View file

@ -26,6 +26,7 @@ def options():
existing: array of existing aliases
"""
LOG.error("/v2/alias/options should be used instead")
user = g.user
hostname = request.args.get("hostname")