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