diff options
author | crupest <crupest@outlook.com> | 2019-03-04 16:30:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 16:30:44 +0800 |
commit | 0073d146e8d9dab4ad87c0c782dbbfb26378a3b2 (patch) | |
tree | fbab7724759fad1b81cca4b8042d6d45fd55e3bd /Timeline/ClientApp/.vscode/launch.json | |
parent | 2f9e5f37c1a7237b45caf57c2606a07fd52955c9 (diff) | |
download | timeline-0073d146e8d9dab4ad87c0c782dbbfb26378a3b2.tar.gz timeline-0073d146e8d9dab4ad87c0c782dbbfb26378a3b2.tar.bz2 timeline-0073d146e8d9dab4ad87c0c782dbbfb26378a3b2.zip |
Develop some basic parts of auth.
Diffstat (limited to 'Timeline/ClientApp/.vscode/launch.json')
-rw-r--r-- | Timeline/ClientApp/.vscode/launch.json | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json index 96a3c552..73e17a72 100644 --- a/Timeline/ClientApp/.vscode/launch.json +++ b/Timeline/ClientApp/.vscode/launch.json @@ -1,22 +1,15 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "chrome", - "request": "launch", - "name": "Launch app", - "url": "https://localhost:5001", - "webRoot": "${workspaceFolder}" - }, - { - "type": "chrome", - "request": "launch", - "name": "Launch test", - "url": "http://localhost:9876", - "webRoot": "${workspaceFolder}" - } - ] + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch app", + "url": "https://localhost:5001", + "webRoot": "${workspaceFolder}" + } + ] } |