forked from electricdusk/rushlink
Remove file storage possibility for now (awaits #12)
This commit is contained in:
parent
b738116f8a
commit
801ac8adbb
@ -8,9 +8,6 @@ the command line.
|
||||
|
||||
## USAGE
|
||||
|
||||
# Upload a file
|
||||
curl -F'file=@yourfile.png' <a href="{{.Request.Host}}">{{.Request.Host}}</a>
|
||||
|
||||
# Shorten a URL
|
||||
curl -F'shorten=http://example.com/some/long/url' <a href="{{.Request.Host}}">{{.Request.Host}}</a>
|
||||
|
||||
|
@ -6,9 +6,6 @@ the command line.
|
||||
|
||||
## USAGE
|
||||
|
||||
# Upload a file
|
||||
curl -F'file=@yourfile.png' {{.Request.Host}}
|
||||
|
||||
# Shorten a URL
|
||||
curl -F'shorten=http://example.com/some/long/url' {{.Request.Host}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user