Built motion from commit fe909640.|2.6.8
[motion2.git] / server / api / cloudProvider / index.js
index 5ca9d7c..6eb60b5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xabe1=['multer','util','path','connect-timeout','express','Router','../../config/environment','./cloudProvider.controller','get','isAuthenticated','index','/:id','post','put','update','delete','destroy','exports'];(function(_0x5ddb1c,_0x5ea4df){var _0x354adc=function(_0x2dfb1f){while(--_0x2dfb1f){_0x5ddb1c['push'](_0x5ddb1c['shift']());}};_0x354adc(++_0x5ea4df);}(_0xabe1,0x1c2));var _0x1abe=function(_0x3a081d,_0x340f67){_0x3a081d=_0x3a081d-0x0;var _0x279225=_0xabe1[_0x3a081d];return _0x279225;};'use strict';var multer=require(_0x1abe('0x0'));var util=require(_0x1abe('0x1'));var path=require(_0x1abe('0x2'));var timeout=require(_0x1abe('0x3'));var express=require(_0x1abe('0x4'));var router=express[_0x1abe('0x5')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x1abe('0x6'));var controller=require(_0x1abe('0x7'));router[_0x1abe('0x8')]('/',auth[_0x1abe('0x9')](),controller[_0x1abe('0xa')]);router[_0x1abe('0x8')](_0x1abe('0xb'),auth[_0x1abe('0x9')](),controller['show']);router[_0x1abe('0xc')]('/',auth[_0x1abe('0x9')](),controller['create']);router[_0x1abe('0xd')](_0x1abe('0xb'),auth[_0x1abe('0x9')](),controller[_0x1abe('0xe')]);router[_0x1abe('0xf')]('/:id',auth[_0x1abe('0x9')](),controller[_0x1abe('0x10')]);module[_0x1abe('0x11')]=router;
\ No newline at end of file
+var _0x5f66=['index','post','/:id','update','delete','/:id/oauth2/microsoft/authorize/','oauth2MicrosoftAuthorize','oauth2MicrosoftCallback','Router','./cloudProvider.controller','get','isAuthenticated'];(function(_0x5d958b,_0x31407d){var _0x25eda3=function(_0xcbd1a7){while(--_0xcbd1a7){_0x5d958b['push'](_0x5d958b['shift']());}};_0x25eda3(++_0x31407d);}(_0x5f66,0x1a0));var _0x65f6=function(_0x4154a6,_0x2c0b8e){_0x4154a6=_0x4154a6-0x0;var _0x3b2786=_0x5f66[_0x4154a6];return _0x3b2786;};'use strict';var express=require('express');var router=express[_0x65f6('0x0')]();var auth=require('../../components/auth/service');var controller=require(_0x65f6('0x1'));router[_0x65f6('0x2')]('/',auth[_0x65f6('0x3')](),controller[_0x65f6('0x4')]);router[_0x65f6('0x2')]('/:id',auth[_0x65f6('0x3')](),controller['show']);router[_0x65f6('0x5')]('/',auth[_0x65f6('0x3')](),controller['create']);router['put'](_0x65f6('0x6'),auth[_0x65f6('0x3')](),controller[_0x65f6('0x7')]);router[_0x65f6('0x8')](_0x65f6('0x6'),auth[_0x65f6('0x3')](),controller['destroy']);router['get'](_0x65f6('0x9'),auth[_0x65f6('0x3')](),controller[_0x65f6('0xa')]);router[_0x65f6('0x5')]('/oauth2/microsoft/callback',controller[_0x65f6('0xb')]);module['exports']=router;
\ No newline at end of file