aboutsummaryrefslogtreecommitdiff
path: root/src/Web
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-03-26 22:05:07 +0200
committertranstrike <transtrike@gmail.com>2021-03-26 22:05:07 +0200
commit416fd94399bf0b58fc0d201c0294f0869517a743 (patch)
treee99a3ec893cf7437963c4124744f1707747e7426 /src/Web
parent9b04b4f2b031a3c631dba65908f277996015ae05 (diff)
downloadDevHive-416fd94399bf0b58fc0d201c0294f0869517a743.tar
DevHive-416fd94399bf0b58fc0d201c0294f0869517a743.tar.gz
DevHive-416fd94399bf0b58fc0d201c0294f0869517a743.zip
Rating's GetById and GetRatingByPostAndUser return null if User hasn't rated; Updated connection string
Diffstat (limited to 'src/Web')
-rw-r--r--src/Web/DevHive.Web/appsettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Web/DevHive.Web/appsettings.json b/src/Web/DevHive.Web/appsettings.json
index fcf9805..053007d 100644
--- a/src/Web/DevHive.Web/appsettings.json
+++ b/src/Web/DevHive.Web/appsettings.json
@@ -5,7 +5,7 @@
"audience": ""
},
"ConnectionStrings": {
- "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
+ "DEV": "Server=localhost;Port=5432;Database=DevHive API;User Id=postgres;Password=;"
},
"Cloud": {
"cloudName": "devhive",