Built motion from commit (unavailable).|2.5.3
[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 _0xa232=['exports','post','login','forgot','reset'];(function(_0x4cea2b,_0x513a6d){var _0x303aa0=function(_0x5dfdd5){while(--_0x5dfdd5){_0x4cea2b['push'](_0x4cea2b['shift']());}};_0x303aa0(++_0x513a6d);}(_0xa232,0x141));var _0x2a23=function(_0x52dcf1,_0x406cc8){_0x52dcf1=_0x52dcf1-0x0;var _0x2e1410=_0xa232[_0x52dcf1];return _0x2e1410;};'use strict';var express=require('express');var router=express['Router']();var controller=require('./authLocal.controller');router[_0x2a23('0x0')]('/',controller[_0x2a23('0x1')]);router[_0x2a23('0x0')]('/forgot',controller[_0x2a23('0x2')]);router[_0x2a23('0x0')]('/reset/:token',controller[_0x2a23('0x3')]);module[_0x2a23('0x4')]=router;