Skip to content

Commit

Permalink
Created api.js and testing of endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
philwing100 committed Nov 15, 2024
1 parent ad59cc3 commit a24f49f
Show file tree
Hide file tree
Showing 19 changed files with 539 additions and 541 deletions.
12 changes: 12 additions & 0 deletions launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",

"program": "./views/Dashboard.vue" // your main file
}
]
}
Loading

0 comments on commit a24f49f

Please sign in to comment.