Files
new-api/web/index.html
Calcium-Ion 31d70fca39 refactor(auth): replace dashboard sessions with stateless tokens and session control (#6329)
* refactor(auth): replace dashboard sessions with stateless tokens

* feat(auth): harden session issuance and distributed enforcement

* fix(proxy): preserve trusted proxy compatibility defaults

* refactor: address dashboard auth review feedback

* refactor: remove classic frontend and flatten web app
2026-07-20 16:48:43 +08:00

26 lines
652 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<!-- Primary Meta Tags -->
<title>New API</title>
<meta name="title" content="New API" />
<meta
name="description"
content="Unified AI API gateway and admin dashboard."
/>
<meta name="theme-color" content="#fff" />
<!--umami-->
<!--Google Analytics-->
</head>
<body>
<div id="root" translate="no" class="notranslate"></div>
</body>
</html>