Skip to content

Commit

Permalink
fix domain for github demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mioe committed May 22, 2024
1 parent 67c4672 commit 5118e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const handleSave = async() => {
...cloneCsv,
]
await fetch('/test1', {
await fetch('https://example.com/', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=utf-8',
Expand Down

0 comments on commit 5118e12

Please sign in to comment.