Skip to content

Commit 31b24e2

Browse files
committed
Add logging and framedata supplement endpoints to API
- Introduced new API endpoints for framedata supplement creation, allowing for POST requests to `/api/Framedata/supplement` and `/api/Framedata/supplement/{source}`. - Added logging functionality with endpoints for retrieving logs, including pagination and filtering options. - Updated Swagger documentation to reflect the new API structure and response formats. - Enhanced RandomMeme and Logs components for better integration with the new API features.
1 parent 3f912af commit 31b24e2

26 files changed

+3333
-25
lines changed

api/swagger_api.json

Lines changed: 659 additions & 3 deletions
Large diffs are not rendered by default.

src/Site/Pages/Layout/Header/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const Header: React.FC = () => {
350350
rel="noopener noreferrer"
351351
target="_blank"
352352
>
353-
<i className="bi bi-layers" />
353+
<i className="bi bi-window-desktop" />
354354
</Nav.Link>
355355

356356
{/* Иконка для перехода на /static с релоудом */}
@@ -376,7 +376,7 @@ const Header: React.FC = () => {
376376
rel="noopener noreferrer"
377377
target="_blank"
378378
>
379-
<i className="bi bi-arrow-clockwise" />
379+
<i className="bi bi-folder2-open" />
380380
</Nav.Link>
381381
</Nav>
382382
</Navbar.Collapse>

0 commit comments

Comments
 (0)