diff --git a/README.md b/README.md index 3f163ff..0e3bff6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ This application uses Serverless with Typescript for the backend. ## Features -- Javascript with OOP and Typescript -- Serverless backend with Typescript -- Bootstrap 5 -- Animate.css for animations -- Responsive design -- Passes HTML5 standards - -- Input validation -- Loading spinner -- JSDoc comments wherever possible +- Javascript with OOP and Typescript +- Serverless backend with Typescript +- Bootstrap 5 +- Animate.css for animations +- Responsive design +- Passes HTML5 standards - +- Input validation +- Loading spinner +- JSDoc comments wherever possible diff --git a/api/getRegNummer.ts b/api/getRegNummer.ts index 6cec7aa..1462852 100644 --- a/api/getRegNummer.ts +++ b/api/getRegNummer.ts @@ -1,5 +1,4 @@ import fetch from "node-fetch"; - import { sanitize } from "isomorphic-dompurify"; import { VercelRequest, VercelResponse } from "@vercel/node";