4181b1ad9be8723c4e933d5e56f87355aad263e2
[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 _0x277a=['reset','Router','post','/forgot','forgot','/reset/:token'];(function(_0x275326,_0x348e97){var _0x28314a=function(_0x5a9805){while(--_0x5a9805){_0x275326['push'](_0x275326['shift']());}};_0x28314a(++_0x348e97);}(_0x277a,0x187));var _0xa277=function(_0x45aeeb,_0x717aa3){_0x45aeeb=_0x45aeeb-0x0;var _0x21be10=_0x277a[_0x45aeeb];return _0x21be10;};'use strict';var express=require('express');var router=express[_0xa277('0x0')]();var controller=require('./authLocal.controller');router[_0xa277('0x1')]('/',controller['login']);router[_0xa277('0x1')](_0xa277('0x2'),controller[_0xa277('0x3')]);router[_0xa277('0x1')](_0xa277('0x4'),controller[_0xa277('0x5')]);module['exports']=router;