SSR Switch

This commit is contained in:
2020-08-14 01:32:51 +05:00
parent a1e8f81b48
commit 2a8c2c095a
22 changed files with 125306 additions and 97 deletions

View File

@@ -18,7 +18,7 @@ class TopicResource extends JsonResource
"id" => $this->id,
"name" => $this->name,
"slug" => $this->slug,
"link" => url(route('topics.show', $this->slug))
"link" => url(route('api.topics.show', $this->slug))
];
}
}