Skip to content

Commit b66f3d6

Browse files
majahendzel-vadokolyski
authored andcommitted
feat(blog): pages wip
1 parent ca55bff commit b66f3d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+8650
-0
lines changed

apps/blog-bff/src/main.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { articles } from '@angular-love/blog-bff/articles/api';
66
import { authors } from '@angular-love/blog-bff/authors/api';
77
import { banners } from '@angular-love/blog-bff/banners/api';
88
import { newsletter } from '@angular-love/blog-bff/newsletter/api';
9+
import { pages } from '@angular-love/blog-bff/pages/api';
910

1011
const app = new Hono();
1112

@@ -23,6 +24,7 @@ Disallow: /`;
2324
'Content-Type': 'text/plain',
2425
});
2526
});
27+
app.route('/pages', pages);
2628

2729
app.onError((err, c) => {
2830
console.error(err);

0 commit comments

Comments
 (0)