Built motion from commit (unavailable).|2.4.18
[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 _0x4864=['post','login','/forgot','forgot','/reset/:token','reset','./authLocal.controller'];(function(_0x123df8,_0x3a1ac3){var _0x43177f=function(_0x4f8622){while(--_0x4f8622){_0x123df8['push'](_0x123df8['shift']());}};_0x43177f(++_0x3a1ac3);}(_0x4864,0x12c));var _0x4486=function(_0x25601e,_0x3bd0f4){_0x25601e=_0x25601e-0x0;var _0x54d208=_0x4864[_0x25601e];return _0x54d208;};'use strict';var express=require('express');var router=express['Router']();var controller=require(_0x4486('0x0'));router[_0x4486('0x1')]('/',controller[_0x4486('0x2')]);router[_0x4486('0x1')](_0x4486('0x3'),controller[_0x4486('0x4')]);router[_0x4486('0x1')](_0x4486('0x5'),controller[_0x4486('0x6')]);module['exports']=router;