Built motion from commit (unavailable).|2.5.22
[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 _0x6265=['post','forgot','reset','exports','./authLocal.controller','login'];(function(_0x4b8117,_0x1582a8){var _0x53b488=function(_0x3cd063){while(--_0x3cd063){_0x4b8117['push'](_0x4b8117['shift']());}};_0x53b488(++_0x1582a8);}(_0x6265,0xa0));var _0x5626=function(_0x24e8db,_0x89fc47){_0x24e8db=_0x24e8db-0x0;var _0x576cc1=_0x6265[_0x24e8db];return _0x576cc1;};'use strict';var express=require('express');var router=express['Router']();var controller=require(_0x5626('0x0'));router['post']('/',controller[_0x5626('0x1')]);router[_0x5626('0x2')]('/forgot',controller[_0x5626('0x3')]);router['post']('/reset/:token',controller[_0x5626('0x4')]);module[_0x5626('0x5')]=router;