Update routeHelpers.js

This commit is contained in:
Tom Moor 2019-04-06 16:29:23 -07:00 committed by GitHub
parent 642c11ff7d
commit bf685c7703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ export function privacy(): string {
}
export function settings(): string {
return `${process.env.URL}/settings`;
return `/settings`;
}