Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko authored Jun 27, 2023
1 parent 88f815e commit 33e037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const App = () => {
<div className="App">
<h1>Add todo form</h1>

<form action="/api/users" method="POST">
<form action="/api/todos" method="POST">
<div className="field">
<input type="text" data-cy="titleInput" />
<span className="error">Please enter a title</span>
Expand Down

0 comments on commit 33e037a

Please sign in to comment.