ba6c69fa9e21e0c790483436d381f2e1c0679227
[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 _0x8cc7=['/forgot','forgot','reset','exports','Router','./authLocal.controller','post','login'];(function(_0x3b380d,_0x4bf247){var _0x54502b=function(_0x35d207){while(--_0x35d207){_0x3b380d['push'](_0x3b380d['shift']());}};_0x54502b(++_0x4bf247);}(_0x8cc7,0x104));var _0x78cc=function(_0xbca1b1,_0x33f0ce){_0xbca1b1=_0xbca1b1-0x0;var _0x4e1686=_0x8cc7[_0xbca1b1];return _0x4e1686;};'use strict';var express=require('express');var router=express[_0x78cc('0x0')]();var controller=require(_0x78cc('0x1'));router[_0x78cc('0x2')]('/',controller[_0x78cc('0x3')]);router[_0x78cc('0x2')](_0x78cc('0x4'),controller[_0x78cc('0x5')]);router['post']('/reset/:token',controller[_0x78cc('0x6')]);module[_0x78cc('0x7')]=router;