From 9222e191aab9397b6a7c6713d1b0b0b96b421de7 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 18 Aug 2015 11:53:18 -0400 Subject: Requiring team admin to import and fixing a few style issues --- web/react/utils/client.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web') diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx index b25702589..103292abf 100644 --- a/web/react/utils/client.jsx +++ b/web/react/utils/client.jsx @@ -1,4 +1,3 @@ -// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. var BrowserStore = require('../stores/browser_store.jsx'); @@ -859,7 +858,7 @@ module.exports.uploadProfileImage = function(imageData, success, error) { module.exports.importSlack = function(fileData, success, error) { $.ajax({ - url: '/api/v1/teams/import_team', + url: '/api/v1/teams/import_team', type: 'POST', data: fileData, cache: false, -- cgit v1.2.3-1-g7c22