mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
|
|
@page "/Stats"
|
||
|
|
@using Aaru.Server.Database
|
||
|
|
|
||
|
|
@inject Microsoft.EntityFrameworkCore.IDbContextFactory<DbContext> DbContextFactory
|
||
|
|
|
||
|
|
<PageTitle>Aaru: Statistics</PageTitle>
|