ADD info about source code to frontpage #6
This commit is contained in:
parent
6a4053f7e1
commit
a4d6d7feb9
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -51,6 +51,7 @@ async def root():
|
||||||
"description": f"This service proxies paste content from {PAD_BASEURL} to {DUMP_BASEURL}",
|
"description": f"This service proxies paste content from {PAD_BASEURL} to {DUMP_BASEURL}",
|
||||||
"usage": f"Visit {PROXY_BASEURL}/{{paste_id}} to fetch content from {PAD_BASEURL}/{{paste_id}}/raw and redirect to the posted URL on {DUMP_BASEURL}",
|
"usage": f"Visit {PROXY_BASEURL}/{{paste_id}} to fetch content from {PAD_BASEURL}/{{paste_id}}/raw and redirect to the posted URL on {DUMP_BASEURL}",
|
||||||
"example": f"{PROXY_BASEURL}/abc123 → fetches {PAD_BASEURL}/abc123/raw → posts to {DUMP_BASEURL} → redirects to result URL",
|
"example": f"{PROXY_BASEURL}/abc123 → fetches {PAD_BASEURL}/abc123/raw → posts to {DUMP_BASEURL} → redirects to result URL",
|
||||||
|
"source_code": "https://git.uphillsecurity.com/cf7/aukpad-paste-proxy",
|
||||||
"base_urls": {
|
"base_urls": {
|
||||||
"proxy": PROXY_BASEURL,
|
"proxy": PROXY_BASEURL,
|
||||||
"source": PAD_BASEURL,
|
"source": PAD_BASEURL,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue