Skip to content

Commit

Permalink
Merge branch 'main' into BO04
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobucciarelli authored May 2, 2024
2 parents 7b3704e + 827fecb commit a6488b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/api/http/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { functionsRegion } from "../../config";
import { decodeIdToken, isOrganizer } from "../../services/auth";
import { FunctionFastifyInstance } from "./fastify-config";
import userRoutes from "./user/user.route";

import { sharedSchemas } from "./shared/shared.schema";

let requestHandler: FastifyServerFactoryHandler;
Expand Down

0 comments on commit a6488b5

Please sign in to comment.