Skip to content

Commit

Permalink
Update frmLogin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoSousa81 authored Jan 3, 2025
1 parent 1ddf9df commit 7a7a222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EBS-LAB/frmLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ private async void btnLogin_Click(object sender, EventArgs e)
string user = txtUser.Text;
string pass = txtPassword.Text;

// URL do seu script PHP
string url = "https://web.ebs-systems.epizy.com/login/login.php";
// URL da API
string url = "https://ebs-web-auth.vercel.app/login";

using (HttpClient client = new HttpClient())
{
Expand Down

0 comments on commit 7a7a222

Please sign in to comment.