mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 13:06:41 -04:00
4 lines
155 B
JavaScript
4 lines
155 B
JavaScript
![]() |
import { addRoute } from 'meteor/vulcan:core';
|
||
|
|
||
|
addRoute({name: 'resetPassword', path: '/reset-password/:token', componentName: 'AccountsResetPassword'});
|