name update

This commit is contained in:
RundelhausCode 2021-03-15 12:42:50 +01:00
parent e6a635065d
commit 413765a901
5 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</head>
<body>
<form action="../Backend/Controllers/keyWord/genRandomKeyWinner.php" method="POST">
<form action="../Backend/Controllers/keyWord/GetKeyWinner.php" method="POST">
<input type="number" name="gameJamId" placeholder="Game Jam id">
<input type="submit" value="Gen" name="genKeyWord" id="pog" />
</form>

View File

@ -7,7 +7,7 @@
<body>
<form action="../Backend/Controllers/keyWord/keyWordsRemaining.php" method="POST">
<form action="../Backend/Controllers/keyWord/NewKeyWord.php" method="POST">
<input type="text" name="key_word" placeholder="key word">
<input type="submit" name="submitKeyWord" value="Submit">
</form>