Created individual categories page
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class middleware
|
||||
$app->addBodyParsingMiddleware();
|
||||
$app->addRoutingMiddleware();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* SameSite Cookie Configuration
|
||||
* @param App $app - Slim App
|
||||
@@ -68,7 +68,7 @@ class middleware
|
||||
return $response->withHeader("Content-Type", "application/json");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* JWT Authentication
|
||||
* @param App $app - Slim App
|
||||
@@ -131,5 +131,5 @@ class middleware
|
||||
$app->addErrorMiddleware(true, true, true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user