index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <title>help</title>
  6. </head>
  7. <body>
  8. <div style="display: flex;
  9. flex-direction: column;
  10. align-items: center;">
  11. <h3>swagger</h3>
  12. <p style="display: flex;
  13. flex-direction: column;">
  14. <a href="/pbx/swagger/index.html" target="_blank">PBX 电话系统 API</a>
  15. <a href="/ginapi/swagger/index.html" target="_blank">Panel API</a>
  16. <a href="/bill/swagger/index.html" target="_blank">Bill API</a>
  17. <a href="/webuser/swagger/index.html" target="_blank">WebUser API</a>
  18. </p>
  19. </div>
  20. <div style="display: flex;
  21. flex-direction: column;
  22. align-items: center;">
  23. <h3>debug</h3>
  24. <p style="display: flex;
  25. flex-direction: column;">
  26. <a href="/debug/pprof/" target="_blank">debug pprof</a>
  27. </p>
  28. </div>
  29. <div style="display: flex;
  30. flex-direction: column;
  31. align-items: center;">
  32. <h3>socket.io</h3>
  33. <p style="display: flex;
  34. flex-direction: column;">
  35. <a href="/socketio-client-tool" target="_blank">SocketIO</a>
  36. </p>
  37. </div>
  38. <body>
  39. </html>