Skip to content

Commit

Permalink
update list of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabhi23 committed May 20, 2024
1 parent 739e0dc commit ed10bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_projects.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch("https://portfolio-api.shreydabhi.dev/github_repos/?repos=bsedata,monaco-json-viewer,streaming-data-pipeline,kafka-data-pipeline", {
fetch("https://portfolio-api.shreydabhi.dev/github_repos/?repos=bsedata,monaco-json-viewer,streaming-data-pipeline", {
method: "GET",
})
.then((response) => response.json())
Expand Down

0 comments on commit ed10bba

Please sign in to comment.