feat: Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974)

BREAKING CHANGE: This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11).
This commit is contained in:
Manuel
2025-12-12 20:55:39 +01:00
committed by GitHub
parent 1d31406233
commit 8f877d42c0
16 changed files with 84 additions and 895 deletions

View File

@@ -40,7 +40,7 @@ COPY --from=build /tmp/lib lib
COPY package*.json ./
COPY bin bin
COPY public_html public_html
COPY public public
COPY views views
RUN mkdir -p logs && chown -R node: logs