privatization

This commit is contained in:
Darius
2026-02-09 00:07:53 +01:00
parent ff87c3b5ce
commit 92ff251021
9 changed files with 212 additions and 113 deletions

View File

@@ -3,7 +3,7 @@ import type { FastifyInstance } from "fastify";
import { z } from "zod";
import type { GristService } from "./service";
export async function gristRoutes(
export async function privateGristRoutes(
fastify: FastifyInstance,
{
gristService,