Skip to content
Snippets Groups Projects
Commit 677a0798 authored by Alexander Tim Hobelsberger's avatar Alexander Tim Hobelsberger
Browse files

Documents Folder

parent b7655026
No related branches found
No related tags found
No related merge requests found
File added
presentation_diagrams_documents/SequenzDagramm_200.png

63.2 KiB

presentation_diagrams_documents/SequenzDiagramm.png

86.8 KiB

...@@ -20,8 +20,8 @@ require('dotenv').config(); ...@@ -20,8 +20,8 @@ require('dotenv').config();
* *
* @listens fetch '/register' from client * @listens fetch '/register' from client
* *
* @param {Object} res Description. * @param {Object} res Servers response for HTTP body
* @param {Object} req Description of optional variable. * @param {Object} req Clients requests http body
* *
* *
* @return {HTTP statusCode} 200 * @return {HTTP statusCode} 200
......
...@@ -7,9 +7,6 @@ const router = express.Router() ...@@ -7,9 +7,6 @@ const router = express.Router()
const bodyParser = require('body-parser'); const bodyParser = require('body-parser');
require('dotenv').config(); require('dotenv').config();
/** /**
* Summary: * Summary:
* Function to verify the Login of a client. * Function to verify the Login of a client.
......
...@@ -20,8 +20,8 @@ const bodyParser = require('body-parser'); ...@@ -20,8 +20,8 @@ const bodyParser = require('body-parser');
* *
* @listens fetch '/register' from client * @listens fetch '/register' from client
* *
* @param {Object} res Description. * @param {Object} res Servers response for HTTP body
* @param {Object} req Description of optional variable. * @param {Object} req Clients requests http body
* *
* *
* @return {HTTP statusCode} 200 * @return {HTTP statusCode} 200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment