MD5 hasher Bug Fix + Logger
This commit is contained in:
@@ -7,7 +7,8 @@ function Md5Tool() {
|
||||
|
||||
const hashPassword = async () => {
|
||||
try {
|
||||
const res = await axios.post('/hash/md5', { password: input });
|
||||
const res = await axios.post('/api/hash/md5', { password: input });
|
||||
|
||||
setResult(res.data.md5);
|
||||
} catch (err) {
|
||||
alert('Fehler beim Hashen');
|
||||
|
||||
Reference in New Issue
Block a user