46955aea8a4431c3628ec0013066438abc4387a4
[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 _0xa40b=['/forgot','forgot','/reset/:token','exports','post','login'];(function(_0x18a451,_0x2ebd19){var _0x252c6e=function(_0x4fb2ce){while(--_0x4fb2ce){_0x18a451['push'](_0x18a451['shift']());}};_0x252c6e(++_0x2ebd19);}(_0xa40b,0x148));var _0xba40=function(_0x14ca69,_0x191dad){_0x14ca69=_0x14ca69-0x0;var _0x23c84e=_0xa40b[_0x14ca69];return _0x23c84e;};'use strict';var express=require('express');var router=express['Router']();var controller=require('./authLocal.controller');router[_0xba40('0x0')]('/',controller[_0xba40('0x1')]);router[_0xba40('0x0')](_0xba40('0x2'),controller[_0xba40('0x3')]);router[_0xba40('0x0')](_0xba40('0x4'),controller['reset']);module[_0xba40('0x5')]=router;