hoppscotch-backend-git/fixtures/webapp-frontend/index.html
tlemesle 5355d2313c Serve signed Hoppscotch Desktop webapp bundle
Add /api/v1/key, manifest & bundle endpoints with ed25519 signing, extract selfhost-web via prepare:webapp, & accept Bearer refresh tokens for desktop auth.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 14:53:43 +02:00

10 lines
158 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>test-webapp</title>
</head>
<body>
<p>test webapp fixture</p>
</body>
</html>