From 734f254fed08660d20f6058600bd1fb50a68724b Mon Sep 17 00:00:00 2001 From: Steven Choi Date: Wed, 13 Sep 2023 16:46:03 +1000 Subject: [PATCH] #777 remove comment --- .../controllers/au/org/ala/profile/api/ApiController.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-app/controllers/au/org/ala/profile/api/ApiController.groovy b/grails-app/controllers/au/org/ala/profile/api/ApiController.groovy index 333a5c24..07969646 100644 --- a/grails-app/controllers/au/org/ala/profile/api/ApiController.groovy +++ b/grails-app/controllers/au/org/ala/profile/api/ApiController.groovy @@ -24,7 +24,7 @@ import au.org.ala.plugins.openapi.Path type = SecuritySchemeType.HTTP, scheme = "bearer" ) -//@RequireApiKey() + class ApiController extends BaseController { static namespace = "v1" static allowedSortFields = ['scientificNameLower', 'lastUpdated', 'dateCreated']