Normal-OJ/pyShare-fe

Redundant prefix in APIs route

Closed this issue · 1 comments

uier commented

result = await this.$http.get('/api/problem', { params: filter });

We've set /api as BASE URL, should remove prefix of all API calls

uier commented

fixed at 232e5ef