v0.0.8 Ajax now works with backend

This commit is contained in:
Victor
2021-06-04 12:34:47 +02:00
parent c7fa37a3ae
commit 4ce94621a7
5 changed files with 22 additions and 33 deletions
+3 -3
View File
@@ -34,8 +34,8 @@ use Backend\Model\Post;
<hr>
<p>Opret post</p>
<!--<form action="../Backend/controller/upload.php" method="POST">-->
<input type="text" id="title" name="title">
<input type="text" id="description" name="description">
<input type="text" id="title" name="title" maxlength="255">
<input type="text" id="description" name="description" maxlength="2000">
<button id="submit" name="createPost">Opret opslag</button>
<!-- </form>-->
<hr>
@@ -49,4 +49,4 @@ use Backend\Model\Post;
</body>
</html>
</html>