mirror of https://github.com/xfarrow/blink
add comment
This commit is contained in:
parent
73f2b4db89
commit
9053ea6c5f
|
@ -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){
|
async function getOrganization(req, res){
|
||||||
const organizationId = req.params.id;
|
const organizationId = req.params.id;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue