File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434def root (request ):
3535 return HttpResponse (
36+ "<h2>ScanAPI Demo API</h2>"
3637 "<a href=https://demo.scanapi.dev/api/health>https://demo.scanapi.dev/api/health</a> (GET)<br>"
3738 "<a href=https://demo.scanapi.dev/api/devs>https://demo.scanapi.dev/api/devs</a> (GET, POST)<br>"
3839 "<a href=https://demo.scanapi.dev/api/devs?newOpportunities=true>https://demo.scanapi.dev/api/devs?newOpportunities=true</a> (GET)<br>"
Original file line number Diff line number Diff line change 44
55def home (request ):
66 return HttpResponse (
7- "Welcome to ScanAPI Demo."
8- "\n \n Access the demo api at: https://demo.scanapi.dev/api"
7+ "<h2>ScanAPI Demo</h2>"
8+ "<p>This is an application to help showing how ScanAPI works</p>"
9+ "<p>Access the demo API at: <a href=https://demo.scanapi.dev/api>https://demo.scanapi.dev/api</a></p>"
910 )
1011
1112
You can’t perform that action at this time.
0 commit comments