Magento 2: get store url without store code [SOLVED]
I have found solution. Bellow is my code.
<?php $objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$conf = $objectManager->get('Magento\Framework\App\Config\ScopeConfigInterface')->getValue("web/unsecure/base_url");?>
Thanks.