4fce9cba181a728157cf28907c97995862c8a15c
[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 _0xcd8c=['express','Router','./authLocal.controller','post','login','/forgot','forgot','/reset/:token','exports'];(function(_0x556959,_0x5b06c8){var _0x158742=function(_0x5d84f3){while(--_0x5d84f3){_0x556959['push'](_0x556959['shift']());}};_0x158742(++_0x5b06c8);}(_0xcd8c,0xf3));var _0xccd8=function(_0x1892f9,_0x2cb4ab){_0x1892f9=_0x1892f9-0x0;var _0x5a765f=_0xcd8c[_0x1892f9];return _0x5a765f;};'use strict';var express=require(_0xccd8('0x0'));var router=express[_0xccd8('0x1')]();var controller=require(_0xccd8('0x2'));router[_0xccd8('0x3')]('/',controller[_0xccd8('0x4')]);router[_0xccd8('0x3')](_0xccd8('0x5'),controller[_0xccd8('0x6')]);router['post'](_0xccd8('0x7'),controller['reset']);module[_0xccd8('0x8')]=router;