Fixed tag descriptions

This commit is contained in:
Eldad Fux
2021-02-10 17:04:50 +02:00
parent be47c898a4
commit 30e89612ae
+1 -1
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'] ?? '',
];
}