Skip to content
Snippets Groups Projects
Commit 7932f220 authored by Rickard Loland's avatar Rickard Loland
Browse files

Improved comment createpost

parent 4227d594
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import { LitElement, html, css } from '../node_modules/lit-element/lit-element'; ...@@ -4,7 +4,7 @@ import { LitElement, html, css } from '../node_modules/lit-element/lit-element';
/** /**
* @brief Class CreatePost * @brief Class CreatePost
* *
* simple lit-element page responsible for creating new posts on the forum. The body, header and footer layout * A simple lit-element page responsible for creating new posts on the forum. The body, header and footer layout
* uses our standard homepage design, so this page only has a small content section for html. Our form connects * uses our standard homepage design, so this page only has a small content section for html. Our form connects
* to the createPost function inside server.js and provides the data to be inserted into our database. * to the createPost function inside server.js and provides the data to be inserted into our database.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment