Browse Source

Warning fixed.

pull/593/head
Sebastian 5 years ago
parent
commit
9021702fb4
  1. 2
      backend/src/Squidex/appsettings.json

2
backend/src/Squidex/appsettings.json

@ -10,7 +10,7 @@
/*
* Set the base url of your application, to generate correct urls in background process.
*/
"baseUrl": "https://localhost:5001",
"baseUrl": "https://localhost:5001"
},
"fullText": {

Loading…
Cancel
Save