瀏覽代碼

alert when /alias/options is used

Son NK 5 年之前
父節點
當前提交
f7d000d34e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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")