modified: backend/src/config/swagger.ts

modified:   frontend/src/pages/Dashboard.tsx
This commit is contained in:
GEgorov
2025-10-07 00:38:48 +03:00
parent 548b7b35c0
commit bb910032e3
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ export default function Dashboard() {
<h3 className="font-semibold text-green-700">Сгенерировать API ключ</h3>
<p className="text-sm text-green-600">Создайте новый API ключ для внешних систем</p>
</a>
<a href="http://localhost:3000/api-docs" target="_blank" rel="noopener noreferrer" className="block p-4 bg-blue-50 hover:bg-blue-100 rounded-lg transition-colors">
<a href="/api-docs" target="_blank" rel="noopener noreferrer" className="block p-4 bg-blue-50 hover:bg-blue-100 rounded-lg transition-colors">
<h3 className="font-semibold text-blue-700">📚 Swagger документация</h3>
<p className="text-sm text-blue-600">Документация API для пользователей с API ключами</p>
</a>