diff options
Diffstat (limited to 'subsonic-site/src/main/webapp/api-ping.jsp')
-rw-r--r-- | subsonic-site/src/main/webapp/api-ping.jsp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/subsonic-site/src/main/webapp/api-ping.jsp b/subsonic-site/src/main/webapp/api-ping.jsp deleted file mode 100644 index af9568fa..00000000 --- a/subsonic-site/src/main/webapp/api-ping.jsp +++ /dev/null @@ -1,14 +0,0 @@ -<h2 class="div"><a name="ping"></a>ping</h2>
-
-<p>
- <code>http://your-server/rest/ping.view</code>
- <br>Since <a href="#versions">1.0.0</a>
-</p>
-
-<p>
- Used to test connectivity with the server. Takes no extra parameters.
-</p>
-
-<p>
- Returns an empty <code><subsonic-response></code> element on success. <a href="http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-main/src/main/webapp/xsd/ping_example_1.xml?view=markup">Example</a>.
-</p>
|