mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
additional polish and QoL features
This commit is contained in:
9
server/api/v1/client/http/chunk.get.ts
Normal file
9
server/api/v1/client/http/chunk.get.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { defineClientEventHandler } from "~/server/internal/clients/event-handler";
|
||||
|
||||
export default defineClientEventHandler(async (h3) => {
|
||||
const query = getQuery(h3);
|
||||
|
||||
const gameId = query.game;
|
||||
const versionName = query.version;
|
||||
const chunkId = query.chunk;
|
||||
});
|
||||
Reference in New Issue
Block a user