FIX: linking to house ads URLs shows not found error page

This commit is contained in:
Neil Lalonde
2019-05-07 14:32:32 -04:00
parent d9d7f4c8f4
commit cdc14398ba
3 changed files with 6 additions and 2 deletions
@@ -2,7 +2,7 @@ export default {
resource: "admin.adminPlugins",
path: "/plugins",
map() {
this.route("houseAds", { path: "/house-ads" }, function() {
this.route("houseAds", { path: "/adplugin/house_ads" }, function() {
this.route("index", { path: "/" });
this.route("show", { path: "/:ad_id" });
});