Remove leftover code from Swagger-CSRF experiment
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 2m25s
Run unit tests / unit_tests (pull_request) Successful in 4m54s
Add copyright notice / copyright_notice (pull_request) Successful in 1m16s

This commit is contained in:
Manuel Bustillo 2024-11-16 09:59:19 +01:00
parent d73f59b05c
commit 6e5bbb7b1b

View File

@ -22,15 +22,6 @@ RSpec.configure do |config|
config.openapi_specs = { config.openapi_specs = {
'v1/swagger.yaml' => { 'v1/swagger.yaml' => {
openapi: '3.0.1', openapi: '3.0.1',
components: {
securitySchemes: {
csrfToken: {
type: :apiKey,
in: :header,
name: 'X-CSRF-Token'
}
}
},
info: { info: {
title: 'API V1', title: 'API V1',
version: 'v1' version: 'v1'