SSR Switch
This commit is contained in:
@@ -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))
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user