bzp2010 commented on a change in pull request #175: feature: add docker support URL: https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410726064
########## File path: src/typings.d.ts ########## @@ -37,6 +37,9 @@ declare let ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: 'site' | undefine declare const REACT_APP_ENV: 'test' | 'dev' | 'pre' | false; +declare let ADMIN_API: ''; Review comment: This is only used to declare constant types, not specific values. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services