Skip to content

Commit 5b5f9ee

Browse files
committed
fix a url typo, close coding/WebIDE#161
1 parent bc7bfc5 commit 5b5f9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/backendAPI/fileAPI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { request, qs } from '../utils'
33
import config from '../config'
44
import axios from 'axios'
55

6-
export function fetchPath (path, other, group) {
6+
export function fetchPath (path, order, group) {
77
return request.get(`/workspaces/${config.spaceKey}/files`, {
88
path: path,
9-
other: true,
9+
order: true,
1010
group: true
1111
})
1212
}

0 commit comments

Comments
 (0)