Built motion from commit (unavailable).|2.5.1
[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 _0x914c=['reset','exports','express','./authLocal.controller','post','login','forgot','/reset/:token'];(function(_0xee4852,_0x3dc9a8){var _0x92078a=function(_0x873f5c){while(--_0x873f5c){_0xee4852['push'](_0xee4852['shift']());}};_0x92078a(++_0x3dc9a8);}(_0x914c,0x132));var _0xc914=function(_0x1b6186,_0x1ec7f2){_0x1b6186=_0x1b6186-0x0;var _0x186121=_0x914c[_0x1b6186];return _0x186121;};'use strict';var express=require(_0xc914('0x0'));var router=express['Router']();var controller=require(_0xc914('0x1'));router[_0xc914('0x2')]('/',controller[_0xc914('0x3')]);router[_0xc914('0x2')]('/forgot',controller[_0xc914('0x4')]);router[_0xc914('0x2')](_0xc914('0x5'),controller[_0xc914('0x6')]);module[_0xc914('0x7')]=router;