mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 06:27:48 +02:00
Add site status detection feature
This commit is contained in:
@@ -37,6 +37,9 @@ class Main {
|
||||
$this->router->addRoute('/api/icon?siteurl=<siteurl>', [
|
||||
'class' => 'Jump\API\Icon'
|
||||
]);
|
||||
$this->router->addRoute('/api/status[/<token>]', [
|
||||
'class' => 'Jump\API\Status'
|
||||
]);
|
||||
$this->router->addRoute('/api/unsplash[/<token>]', [
|
||||
'class' => 'Jump\API\Unsplash'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user