use Spring-Props for CORS-config, move CORS-config to BaseWebSecurityConfig and add tests (#212)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/212 Reviewed-by: Marc Sandlus <hsh-marcsandlus@noreply.dev.hostsharing.net>
This commit is contained in:
@@ -33,3 +33,14 @@ paths:
|
||||
'text/plain':
|
||||
schema:
|
||||
type: string
|
||||
post:
|
||||
tags:
|
||||
- test
|
||||
operationId: pongPost
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
content:
|
||||
'text/plain':
|
||||
schema:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user