1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Fixed tag descriptions

This commit is contained in:
Eldad Fux 2021-02-10 17:04:50 +02:00
parent be47c898a4
commit 30e89612ae

View file

@ -328,7 +328,7 @@ App::get('/specs/:format')
$services[] = [
'name' => $service['key'] ?? '',
'description' => (!empty($service['subtitle'])) ? file_get_contents(realpath(__DIR__.'/../../..'.$service['subtitle'])) : '',
'description' => $service['subtitle'] ?? '',
];
}