Skip to content

Commit

Permalink
use vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed May 24, 2024
1 parent 6c023f8 commit 0928fd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/diagram.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils/shorten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function shorten(url, action) {
.replaceAll("*", "%2A")
).search

fetch("https://scoreboard-mauve.vercel.app/api", {
fetch("https://scoreboard-mauve.vercel.app/api/shorten", {
method: "POST",
mode: "cors",
headers: { "Content-Type": "application/json" },
Expand Down

0 comments on commit 0928fd7

Please sign in to comment.