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 _0x8ae4=['reset','express','./authLocal.controller','login','post','/forgot','forgot','/reset/:token'];(function(_0x463ab7,_0x4366ea){var _0x1bd788=function(_0x1baf78){while(--_0x1baf78){_0x463ab7['push'](_0x463ab7['shift']());}};_0x1bd788(++_0x4366ea);}(_0x8ae4,0x89));var _0x48ae=function(_0x28ed2e,_0x48be94){_0x28ed2e=_0x28ed2e-0x0;var _0x160019=_0x8ae4[_0x28ed2e];return _0x160019;};'use strict';var express=require(_0x48ae('0x0'));var router=express['Router']();var controller=require(_0x48ae('0x1'));router['post']('/',controller[_0x48ae('0x2')]);router[_0x48ae('0x3')](_0x48ae('0x4'),controller[_0x48ae('0x5')]);router['post'](_0x48ae('0x6'),controller[_0x48ae('0x7')]);module['exports']=router;