mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Get rid or forced error
This commit is contained in:
parent
900bf2099b
commit
24c4427c82
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ server.get("/*", async (req, res) => {
|
|||
const isoData: IsoDataOptionalSite = {
|
||||
path,
|
||||
site_res: site,
|
||||
routeData: getErrorRouteData("lel", site),
|
||||
routeData,
|
||||
};
|
||||
|
||||
const wrapper = (
|
||||
|
|
Loading…
Reference in a new issue