diff --git a/appinfo/app.php b/appinfo/app.php index 931ba3e..23ca1c0 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -21,7 +21,7 @@ namespace OCA\OcSms\AppInfo; 'order' => 10, // the route that will be shown on startup - 'href' => \OCP\Util::linkToRoute('ocsms.page.index'), + 'href' => \OCP\Util::linkToRoute('ocsms.sms.index'), // the icon that will be shown in the navigation // this file needs to exist in img/ @@ -30,4 +30,4 @@ namespace OCA\OcSms\AppInfo; // the title of your application. This will be used in the // navigation or on the settings page of your app 'name' => \OC_L10N::get('ocsms')->t('Oc Sms') -)); \ No newline at end of file +));