mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: prettier formating
This commit is contained in:
parent
544ebaa7cf
commit
7b4ef9c70b
13 changed files with 172 additions and 154 deletions
|
|
@ -3,7 +3,7 @@ import cors from "@fastify/cors";
|
|||
import multipart from "@fastify/multipart";
|
||||
import { libreConvert } from "./src/routes/libreconvert.route";
|
||||
import { colorConvert } from "./src/routes/colorconvert.route";
|
||||
import {passwordGenerate} from "./src/routes/passwordgenerate.route";
|
||||
import { passwordGenerate } from "./src/routes/passwordgenerate.route";
|
||||
import { regexTest } from "./src/routes/regextest.route";
|
||||
|
||||
const app = Fastify({ logger: true });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue