mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
add comment
This commit is contained in:
@ -453,7 +453,12 @@ async function createOrganizationPost(req, res){
|
||||
}
|
||||
}
|
||||
|
||||
// GET
|
||||
/**
|
||||
* GET Request
|
||||
*
|
||||
* Obtains an organization by its identifier.
|
||||
* @returns the organization.
|
||||
*/
|
||||
async function getOrganization(req, res){
|
||||
const organizationId = req.params.id;
|
||||
try {
|
||||
|
Reference in New Issue
Block a user