mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
fix: refactor api routes
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import { getTeamPrices } from '@documenso/ee/server-only/stripe/get-team-prices';
|
||||
|
||||
import { authenticatedProcedure } from '../trpc';
|
||||
|
||||
export const getTeamPricesRoute = authenticatedProcedure.query(async () => {
|
||||
return await getTeamPrices();
|
||||
});
|
||||
Reference in New Issue
Block a user