mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
3 lines
155 B
JavaScript
3 lines
155 B
JavaScript
import { addRoute } from 'meteor/vulcan:core';
|
|
|
|
addRoute({name: 'resetPassword', path: '/reset-password/:token', componentName: 'AccountsResetPassword'});
|