From 0073d146e8d9dab4ad87c0c782dbbfb26378a3b2 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 4 Mar 2019 16:30:44 +0800 Subject: Develop some basic parts of auth. --- Timeline/ClientApp/.vscode/launch.json | 33 +++++++++++++-------------------- 1 file changed, 13 insertions(+), 20 deletions(-) (limited to 'Timeline/ClientApp/.vscode/launch.json') 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}" + } + ] } -- cgit v1.2.3