Built motion from commit (unavailable).|2.5.2
[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 _0xae6d=['/forgot','/reset/:token','reset','exports','./authLocal.controller','post'];(function(_0x13cde4,_0x52f89d){var _0x5eba4b=function(_0x1c93e5){while(--_0x1c93e5){_0x13cde4['push'](_0x13cde4['shift']());}};_0x5eba4b(++_0x52f89d);}(_0xae6d,0xdc));var _0xdae6=function(_0x3005d5,_0xf588c7){_0x3005d5=_0x3005d5-0x0;var _0x547c7e=_0xae6d[_0x3005d5];return _0x547c7e;};'use strict';var express=require('express');var router=express['Router']();var controller=require(_0xdae6('0x0'));router[_0xdae6('0x1')]('/',controller['login']);router['post'](_0xdae6('0x2'),controller['forgot']);router[_0xdae6('0x1')](_0xdae6('0x3'),controller[_0xdae6('0x4')]);module[_0xdae6('0x5')]=router;