From 4b5dcc80e663adf421ea988f9e161c644e260df4 Mon Sep 17 00:00:00 2001 From: zamgi <34erER34> Date: Sat, 25 Nov 2023 19:35:56 +0300 Subject: [PATCH] ... --- .gitignore | 2 +- captcha/Properties/launchSettings.json | 12 ------------ captcha/Views/Captcha.cshtml | 4 +--- 3 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 captcha/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index 6be0d8f..eace5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ Temporary Items .apdisk *.suo -/.vs/* \ No newline at end of file +.vs \ No newline at end of file diff --git a/captcha/Properties/launchSettings.json b/captcha/Properties/launchSettings.json deleted file mode 100644 index fb6623e..0000000 --- a/captcha/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "captcha": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:63681;http://localhost:63682" - } - } -} \ No newline at end of file diff --git a/captcha/Views/Captcha.cshtml b/captcha/Views/Captcha.cshtml index a7b5f80..d71a33e 100644 --- a/captcha/Views/Captcha.cshtml +++ b/captcha/Views/Captcha.cshtml @@ -1,9 +1,7 @@ @using captcha @model CaptchaVM - - - +