Link fixes

This commit is contained in:
Nathan Buckingham
2022-04-28 09:36:09 -04:00
parent be8a8f5f6b
commit 90f1fc186c

View File

@@ -107,7 +107,7 @@ export class RSSComponent implements OnInit, OnDestroy {
} else {
route += `&query=*`;
}
route = '/' + opensearch +'/' + route;
route = '/' + opensearch + '/' + route;
return route;
}