Home
last modified time | relevance | path

Searched refs:userLogoutPath (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go37 userLogoutPath = "/api/v2/user/logout" const
H A Dserver.go1117 router.With(forbidAPIKeyAuthentication).Get(userLogoutPath, s.logout)
H A Dhttpd_test.go71 userLogoutPath = "/api/v2/user/logout" const
684 req, err = http.NewRequest(http.MethodGet, fmt.Sprintf("%v%v", httpBaseURL, userLogoutPath), nil)
693 req, err = http.NewRequest(http.MethodGet, fmt.Sprintf("%v%v", httpBaseURL, userLogoutPath), nil)