Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit c20ca98

Browse files
committed
Updated /me endpoint
1 parent f7ebea2 commit c20ca98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/components/LandingPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export default {
339339
axios.defaults.baseURL = "https://" + this.config.server + "/api/v1/";
340340
341341
axios
342-
.get("user")
342+
.get("@me")
343343
.then(function(response) {
344344
vm.accounts.fourSucres.connecting = false;
345345
vm.accounts.fourSucres.connected = true;

0 commit comments

Comments
 (0)