Skip to content

Commit

Permalink
docs: change from my domain to standard localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Oct 16, 2024
1 parent c8b23c7 commit 52fa208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pst() {
return 1
fi

curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235

if [[ -p /dev/stdin ]]; then
rm "$file"
Expand All @@ -88,7 +88,7 @@ function pst
set file "$argv[1]"
end

curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz
curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235

if command test -p /dev/stdin
rm "$file"
Expand Down

0 comments on commit 52fa208

Please sign in to comment.