Get rid of shared/api in Netlify functions

This commit is contained in:
Taevas 2025-03-02 14:37:13 +01:00
parent aecb5051ae
commit b4e060c954
12 changed files with 60 additions and 91 deletions

View file

@ -1,5 +1,3 @@
/* eslint no-async-promise-executor: 0 */ // Doing promises is needed in order to make multiple requests at once, lowering wait time
import {type Handler} from "@netlify/functions";
import {InsertOneResult, MongoClient} from "mongodb";