diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
index 582056a..3a052ac 100644
--- a/.idea/dataSources.xml
+++ b/.idea/dataSources.xml
@@ -7,5 +7,11 @@
org.postgresql.Driver
jdbc:postgresql://localhost:5432/dc-project
+
+ postgresql
+ true
+ org.postgresql.Driver
+ jdbc:postgresql://localhost:5432/test
+
\ No newline at end of file
diff --git a/src/main/resources/openApi.yaml b/src/main/resources/openApi.yaml
index 3d15a07..0eda2fb 100644
--- a/src/main/resources/openApi.yaml
+++ b/src/main/resources/openApi.yaml
@@ -742,7 +742,6 @@ components:
description: Login
required: true
-# Added by API Auto Mocking Plugin
servers:
- description: localhost
url: http://localhost:8080