Skip to content

Commit a24f49f

Browse files
committed
Created api.js and testing of endpoints
1 parent ad59cc3 commit a24f49f

19 files changed

+539
-541
lines changed

launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Launch Program",
8+
9+
"program": "./views/Dashboard.vue" // your main file
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)