Built motion from commit (unavailable).|2.3.97
[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 _0xb387=['post','login','/forgot','forgot','exports'];(function(_0x22f8ab,_0x15d8ff){var _0x2a70e5=function(_0x5e6895){while(--_0x5e6895){_0x22f8ab['push'](_0x22f8ab['shift']());}};_0x2a70e5(++_0x15d8ff);}(_0xb387,0x96));var _0x7b38=function(_0x4709c0,_0x3396c7){_0x4709c0=_0x4709c0-0x0;var _0x13348b=_0xb387[_0x4709c0];return _0x13348b;};'use strict';var express=require('express');var router=express['Router']();var controller=require('./authLocal.controller');router[_0x7b38('0x0')]('/',controller[_0x7b38('0x1')]);router['post'](_0x7b38('0x2'),controller[_0x7b38('0x3')]);router[_0x7b38('0x0')]('/reset/:token',controller['reset']);module[_0x7b38('0x4')]=router;