mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added server/api url
This commit is contained in:
@@ -5,7 +5,7 @@ export default function Feedback (props) {
|
||||
// TODO: response to user that msg is sucessfully sent
|
||||
return (
|
||||
<div>
|
||||
<form action={constants.serverUrl + 'postfeedback'} method='post'>
|
||||
<form action={constants.apiUrl + 'postfeedback'} method='post'>
|
||||
<div>Észrevételek: (közeledő teszt miatti kérdés-karbantartás, bug, feature vagy egyéb dolog, ami nyomja a lelked)</div>
|
||||
<textarea
|
||||
className='feedbackArea'
|
||||
|
Reference in New Issue
Block a user