17f8963e12e6085537f75e25c5ea1564661de820
[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 _0xe606=['/reset/:token','reset','exports','Router','post','login'];(function(_0x301860,_0x37fceb){var _0x4e26ab=function(_0x17c463){while(--_0x17c463){_0x301860['push'](_0x301860['shift']());}};_0x4e26ab(++_0x37fceb);}(_0xe606,0x1ad));var _0x6e60=function(_0x1d7800,_0x194b6f){_0x1d7800=_0x1d7800-0x0;var _0x49d808=_0xe606[_0x1d7800];return _0x49d808;};'use strict';var express=require('express');var router=express[_0x6e60('0x0')]();var controller=require('./authLocal.controller');router[_0x6e60('0x1')]('/',controller[_0x6e60('0x2')]);router[_0x6e60('0x1')]('/forgot',controller['forgot']);router[_0x6e60('0x1')](_0x6e60('0x3'),controller[_0x6e60('0x4')]);module[_0x6e60('0x5')]=router;