Skip to content

Commit 8f2fda9

Browse files
committed
refactor: update for new api routes
1 parent 0d3205a commit 8f2fda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/AdminJoinView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default {
120120
}
121121
const options = {params: {code: this.query}};
122122
try {
123-
const xhr = await this.$axios.get("application", options);
123+
const xhr = await this.$axios.get("applications", options);
124124
this.application = xhr.data;
125125
this.status = "";
126126
} catch (e) {

0 commit comments

Comments
 (0)