Card APIでタグ情報も取れるようにする

This commit is contained in:
shibafu
2019-06-24 22:39:01 +09:00
parent 41039a6650
commit a1cb313d4f
3 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ class CardController
$metadata->tags()->sync($tagIds);
}
$metadata->load('tags');
$response = response($metadata);
if (!config('app.debug')) {
$response = $response->setCache(['public' => true, 'max_age' => 86400]);