Fix bad ssr action path.

This commit is contained in:
Will O'Beirne 2019-01-31 22:13:38 -05:00
parent 33ac4db564
commit 5310e813fe
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const pathActions = [
},
},
{
matcher: /^\/proposals\/(.+)$/,
matcher: /^\/requests\/(.+)$/,
action: (match: RegExpMatchArray, store: Store) => {
const rfpId = extractIdFromSlug(match[1]);
if (rfpId) {