mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Address PR review comments.
This commit is contained in:
@@ -13,7 +13,7 @@ import './app.scss';
|
||||
const el = document.getElementById('app');
|
||||
|
||||
const main = async () => {
|
||||
const { custom_logo, custom_login_info } = await api.BaseGet(API_ROOT);
|
||||
const { custom_logo, custom_login_info } = await api.get(API_ROOT);
|
||||
render(<App logo={custom_logo} loginInfo={custom_login_info} />, el);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user