nextcloud/core/routes.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
310 B
PHP
Raw Permalink Normal View History

2012-08-12 10:52:36 -04:00
<?php
declare(strict_types=1);
use OC\Route\Router;
2012-08-12 10:52:36 -04:00
/**
* SPDX-FileCopyrightText: 2016-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
2012-08-12 10:52:36 -04:00
*/
/** @var Router $this */
$this->create('heartbeat', '/heartbeat')->get();