Skip to content

Commit

Permalink
chore: changed app engine link
Browse files Browse the repository at this point in the history
  • Loading branch information
stravo1 committed Nov 7, 2022
1 parent 720e4e6 commit 05694b0
Show file tree
Hide file tree
Showing 2 changed files with 3,738 additions and 5 deletions.
8 changes: 3 additions & 5 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {
App,
Editor,
MarkdownView,
Modal,
Notice,
Plugin,
Expand All @@ -28,7 +26,7 @@ const getAccessToken = async (refreshToken: string) => {
var response;
await axios
.post(
"https://ninth-matter-357304.el.r.appspot.com/auth/obsidian/refresh-token",
"https://red-formula-303406.ue.r.appspot.com/auth/obsidian/refresh-token",
{
refreshToken,
}
Expand Down Expand Up @@ -540,7 +538,7 @@ class syncSettings extends PluginSettingTab {
cls: "sync_text",
});
sync_link.href =
"https://ninth-matter-357304.el.r.appspot.com/auth/obsidian";
"https://red-formula-303406.ue.r.appspot.com/auth/obsidian";
}

/* set refresh token input box */
Expand Down Expand Up @@ -594,7 +592,7 @@ class syncSettings extends PluginSettingTab {
cls: "sync_text",
});
sync_link.href =
"https://ninth-matter-357304.el.r.appspot.com/auth/obsidian";
"https://red-formula-303406.ue.r.appspot.com/auth/obsidian";
}
})
);
Expand Down
Loading

0 comments on commit 05694b0

Please sign in to comment.