ae92221bdc50c941b573031576fe1aacd21f70c3
[motion2.git] / server / api / authLocal / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x10c2=['login','/forgot','/reset/:token','reset','Router','./authLocal.controller','post'];(function(_0x5bd98b,_0x22bf1c){var _0x49efe7=function(_0x2223e8){while(--_0x2223e8){_0x5bd98b['push'](_0x5bd98b['shift']());}};_0x49efe7(++_0x22bf1c);}(_0x10c2,0x7b));var _0x210c=function(_0x1e8c85,_0x2c376a){_0x1e8c85=_0x1e8c85-0x0;var _0x11a83f=_0x10c2[_0x1e8c85];return _0x11a83f;};'use strict';var express=require('express');var router=express[_0x210c('0x0')]();var controller=require(_0x210c('0x1'));router[_0x210c('0x2')]('/',controller[_0x210c('0x3')]);router[_0x210c('0x2')](_0x210c('0x4'),controller['forgot']);router[_0x210c('0x2')](_0x210c('0x5'),controller[_0x210c('0x6')]);module['exports']=router;