mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Removed version endpoint.
This commit is contained in:
parent
5be38adf7a
commit
48f5465334
1 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +0,0 @@
|
||||||
import { json } from '@/lib/response';
|
|
||||||
import { CURRENT_VERSION } from '@/lib/constants';
|
|
||||||
|
|
||||||
export async function GET() {
|
|
||||||
return json({ version: CURRENT_VERSION });
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue