mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
Update prompt engineering content
This commit is contained in:
@@ -21,7 +21,7 @@ export const allowedLinkTypes = [
|
||||
'podcast',
|
||||
] as const;
|
||||
|
||||
async function fetchRoadmapJson(roadmapId: string) {
|
||||
export async function fetchRoadmapJson(roadmapId: string) {
|
||||
const response = await fetch(
|
||||
`https://roadmap.sh/api/v1-official-roadmap/${roadmapId}`,
|
||||
);
|
||||
|
Reference in New Issue
Block a user