Searched refs:userLogoutPath (Results 1 – 3 of 3) sorted by relevance
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | httpd.go | 37 userLogoutPath = "/api/v2/user/logout" const
|
H A D | server.go | 1117 router.With(forbidAPIKeyAuthentication).Get(userLogoutPath, s.logout)
|
H A D | httpd_test.go | 71 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)
|