Skip to content

Commit

Permalink
boilerplate for config
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 30, 2023
1 parent 4603d7f commit 8ebc5c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/api/src/controllers/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { FastifyInstance, FastifyReply, FastifyRequest } from "fastify";
import { checkToken } from "../lib/jwt";
import { prisma } from "../prisma";

// Check Github Version
// Add outbound email provider
// Email Verification
// SSO Provider
// Portal Locale
// Feature Flags

0 comments on commit 8ebc5c3

Please sign in to comment.