Browse Source

alert when /alias/options is used

Son NK 5 years ago
parent
commit
f7d000d34e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/views/alias_options.py

+ 1 - 0
app/api/views/alias_options.py

@@ -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")