Finished adding basic category adding functionality
This commit is contained in:
@@ -8,5 +8,12 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"PostgresConnectionOptions": {
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"Database": "postgres",
|
||||
"Username": "postgres",
|
||||
"Password": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user