bandwidth
This commit is contained in:
parent
e9fa30959b
commit
47b04da860
|
@ -1,4 +1,5 @@
|
||||||
import items from "./downloads.json";
|
// import items from "./downloads.json";
|
||||||
|
const items = [];
|
||||||
|
|
||||||
export default (req, res) => {
|
export default (req, res) => {
|
||||||
const offset = parseInt(req.query?.offset ?? 0, 10);
|
const offset = parseInt(req.query?.offset ?? 0, 10);
|
||||||
|
|
Reference in New Issue