Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit fc5d277

Browse files
register
1 parent 4e1676b commit fc5d277

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/web/src/services/AuthService.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import config from "../config/config";
33
import {jwtDecode} from "jwt-decode";
44

55
export const register = async (username: string, email: string, password: string): Promise<any> => {
6-
// return axios.post(config.apiUrl + "api/auth/signup", {
7-
// username,
8-
// email,
9-
// password,
10-
// });
11-
126
const response = await axios
137
.post(config.apiUrl + "api/auth/signup", {
148
username,

0 commit comments

Comments
 (0)