mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Config: Update CORS header defaults and add /api/v1/echo endpoint #3931
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -22,7 +22,7 @@ func TestSession(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestSessionResponse(t *testing.T) {
|
||||
func TestGetSessionResponse(t *testing.T) {
|
||||
t.Run("Public", func(t *testing.T) {
|
||||
sess := get.Session().Public()
|
||||
conf := get.Config().ClientSession(sess)
|
||||
|
||||
Reference in New Issue
Block a user