diff --git a/docs/pages/app_createtopic.html b/docs/pages/app_createtopic.html
index 69489da..c3d0c9a 100644
--- a/docs/pages/app_createtopic.html
+++ b/docs/pages/app_createtopic.html
@@ -247,7 +247,7 @@
Criar Tópico
const formObject = Object.fromEntries(formData.entries());
formObject.categorias = categorias;
- fetch('http://localhost:3000/topicos', {
+ fetch('http://localhost:3001/topicos', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
diff --git a/docs/pages/app_edittopic.html b/docs/pages/app_edittopic.html
index c6313fe..e93d3d7 100644
--- a/docs/pages/app_edittopic.html
+++ b/docs/pages/app_edittopic.html
@@ -98,7 +98,7 @@
}
form button {
- background-color: blue; /* Mesma cor da navbar */
+ background-color: blue;
color: white;
border: none;
padding: 10px;
@@ -106,14 +106,14 @@
}
#backToForum {
- background-color: blue; /* Mesma cor da navbar */
+ background-color: blue;
color: white;
border: none;
padding: 10px;
cursor: pointer;
- width: 100%; /* Largura total do formulário */
- margin-top: 20px; /* Espaço extra acima do botão */
- text-align: center; /* Centralizar texto */
+ width: 100%;
+ margin-top: 20px;
+ text-align: center;
}
@@ -123,13 +123,13 @@
-
+
@@ -160,17 +160,16 @@
Editar Tópico