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

@@ -19,7 +19,7 @@ class SourceResource extends JsonResource
"slug" => $this->slug,
"logo" => $this->logo,
"url" => $this->url,
"link" => url(route('sources.show', $this->slug))
"link" => url(route('api.sources.show', $this->slug))
];
}
}