Fix: move keys and model-load routes under /api/v1/admin prefix
CI / test (push) Failing after 12m38s
CI / test (push) Failing after 12m38s
Routes now consistently under admin session auth: - /api/v1/admin/keys (GET, POST, DELETE) - /api/v1/admin/models/:name/load (POST) Rebuilt frontend assets.
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-r2SG-Kf3.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DGy3EgY7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DkKprt_C.css">
|
||||
</head>
|
||||
<body class="bg-background text-text">
|
||||
|
||||
Reference in New Issue
Block a user