Built motion from commit (unavailable).|2.4.21
[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 _0x4753=['Router','./authLocal.controller','post','login','/forgot','forgot','/reset/:token','reset','exports'];(function(_0x360ec,_0x585d47){var _0xf03953=function(_0xf081db){while(--_0xf081db){_0x360ec['push'](_0x360ec['shift']());}};_0xf03953(++_0x585d47);}(_0x4753,0x117));var _0x3475=function(_0x64100a,_0x139325){_0x64100a=_0x64100a-0x0;var _0x3070a9=_0x4753[_0x64100a];return _0x3070a9;};'use strict';var express=require('express');var router=express[_0x3475('0x0')]();var controller=require(_0x3475('0x1'));router[_0x3475('0x2')]('/',controller[_0x3475('0x3')]);router[_0x3475('0x2')](_0x3475('0x4'),controller[_0x3475('0x5')]);router[_0x3475('0x2')](_0x3475('0x6'),controller[_0x3475('0x7')]);module[_0x3475('0x8')]=router;