Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
romashovdmitry committed Mar 3, 2024
1 parent b34f97b commit 41aa5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/register-page/ui/register-page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const validateRepeatedPassword = () => {
const noop = () => {};
const handleSubmit = async () => {
const url = "api/v1/user/create";
const url = "api/v1/user/create/";
const res = fetchData.post(url, {
email: email.value,
username: username.value,
Expand Down

0 comments on commit 41aa5c2

Please sign in to comment.