summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/client.jsx3
1 files changed, 1 insertions, 2 deletions
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,