We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1727979 commit 7d0eed0Copy full SHA for 7d0eed0
client-app/src/common/ApiService.js
@@ -67,7 +67,7 @@ const ApiService = {
67
68
async getLatestAppVersion() {
69
try {
70
- const {data} = await axiosInstance.post(`app/latest`, {});
+ const {data} = await axiosInstance.get(`app/latest`);
71
72
return data;
73
} catch {
0 commit comments