mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-16 10:13:49 -06:00
Remove unused parameters from version.json route
This commit is contained in:
@@ -9,7 +9,7 @@ const hash = childProcess
|
|||||||
// obtain release version
|
// obtain release version
|
||||||
import { version } from "@/../package.json";
|
import { version } from "@/../package.json";
|
||||||
|
|
||||||
export async function GET({ params, request }) {
|
export async function GET() {
|
||||||
const versionMetadata = {
|
const versionMetadata = {
|
||||||
hash,
|
hash,
|
||||||
version,
|
version,
|
||||||
|
|||||||
Reference in New Issue
Block a user