We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5520b6 commit e6f04fcCopy full SHA for e6f04fc
src/routes/Spaces.js
@@ -48,7 +48,7 @@ class Spaces {
48
*/
49
async delete(spaceId) {
50
return this._request.delete({
51
- endpoint: `${this.route}${spaceId}`,
+ endpoint: `${this.route}/${spaceId}`,
52
});
53
}
54
0 commit comments