You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/05 16:29:59 UTC

[GitHub] [apisix] butterfly1924 commented on a change in pull request #79: feature: implemented routes API for admin user, allowed user to manage route.

butterfly1924 commented on a change in pull request #79:
URL: https://github.com/apache/apisix/pull/79#discussion_r820123181



##########
File path: lua/apisix.lua
##########
@@ -41,6 +45,7 @@ function _M.init_worker()
     require("apisix.service").init_worker()
     require("apisix.consumer").init_worker()
     require("apisix.heartbeat").init_worker()
+    require("apisix.admin.init").init_worker()

Review comment:
       @moonming I suggest `enable_admin` to be `enable_admin_api` for clarity.
   https://github.com/apache/apisix/blob/f31bef426ef89af950e43058dad2143baec41612/conf/config-default.yaml#L31




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org