Built motion from commit (unavailable).|2.5.14
[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 _0x6ec0=['post','login','forgot','/reset/:token','reset','express','./authLocal.controller'];(function(_0x4bfc70,_0x4ddbfd){var _0x32f0ee=function(_0x24a180){while(--_0x24a180){_0x4bfc70['push'](_0x4bfc70['shift']());}};_0x32f0ee(++_0x4ddbfd);}(_0x6ec0,0x9f));var _0x06ec=function(_0x276dda,_0x79c0ae){_0x276dda=_0x276dda-0x0;var _0x40a023=_0x6ec0[_0x276dda];return _0x40a023;};'use strict';var express=require(_0x06ec('0x0'));var router=express['Router']();var controller=require(_0x06ec('0x1'));router[_0x06ec('0x2')]('/',controller[_0x06ec('0x3')]);router[_0x06ec('0x2')]('/forgot',controller[_0x06ec('0x4')]);router[_0x06ec('0x2')](_0x06ec('0x5'),controller[_0x06ec('0x6')]);module['exports']=router;