refactor oauth2 token generator

This commit is contained in:
Amalka Subasinghe 2023-08-02 16:05:50 +05:30
parent 35f11a0d94
commit f33e104755

View File

@ -44,8 +44,8 @@ import javax.servlet.http.HttpSession;
import java.io.IOException;
@MultipartConfig
@WebServlet("/ws-credentials")
public class WsTokenHandler extends HttpServlet {
@WebServlet("/default-oauth2-credentials")
public class DefaultOauth2TokenHandler extends HttpServlet {
private static final Log log = LogFactory.getLog(DefaultTokenHandler.class);