Merge pull request 'Remove / server from Swagger configuration' (#133) from remove-localhost-swagger-server into main
Some checks failed
Check usage of free licenses / check-licenses (push) Successful in 1m2s
Run unit tests / unit_tests (push) Successful in 3m0s
Build Nginx-based docker image / build-static-assets (push) Failing after 13m43s

Reviewed-on: #133
This commit is contained in:
bustikiller 2024-11-16 11:32:32 +00:00
commit b0ee052b64

View File

@ -28,10 +28,6 @@ RSpec.configure do |config|
},
paths: {},
servers: [
{
url: '/',
description: 'suitable for testing'
},
{
url: 'http://libre-wedding-planner.app.localhost/api',
description: 'Suitable for development'