diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-02-13 19:43:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-02-13 19:43:51 +0000 |
commit | f73f2356820468344757dbb9d7f3ec73ece7bf66 (patch) | |
tree | cc4d1f8559ab8d0e73f4efed80c1f5c866501a12 /web/TMP/tools/api/index.html | |
parent | Reworking container version command in python. (diff) | |
download | compute-tools-next+web.tar.xz compute-tools-next+web.zip |
Updating.next+web
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'web/TMP/tools/api/index.html')
-rw-r--r-- | web/TMP/tools/api/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/TMP/tools/api/index.html b/web/TMP/tools/api/index.html new file mode 100644 index 0000000..a5f22f2 --- /dev/null +++ b/web/TMP/tools/api/index.html @@ -0,0 +1,11 @@ +<html> + <h1>tools.bfh.info</h1> + + <h2>API</h2> + + <ul> + <li><a href="/tools/api/v0/ip/address">/tools/api/v0/ip/address</a></li> + <li><a href="/tools/api/v0/ipv4/address">/tools/api/v0/ipv4/address</a></li> + <li><a href="/tools/api/v0/ipv6/address">/tools/api/v0/ipv6/address</a></li> + </ul> +</html> |