Skip to content

Commit ead213c

Browse files
committed
Rename method
1 parent cbe2e62 commit ead213c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/controllers/WKRemoteDataStoreController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class WKRemoteDataStoreController @Inject()(
259259
}
260260
}
261261

262-
def getDatasource(name: String, key: String, datasetId: ObjectId): Action[AnyContent] =
262+
def getDataSource(name: String, key: String, datasetId: ObjectId): Action[AnyContent] =
263263
Action.async { implicit request =>
264264
dataStoreService.validateAccess(name, key) { _ =>
265265
for {

conf/webknossos.latest.routes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ PUT /datastores/:name/datasource
110110
PUT /datastores/:name/datasources controllers.WKRemoteDataStoreController.updateAll(name: String, key: String)
111111
PUT /datastores/:name/datasources/paths controllers.WKRemoteDataStoreController.updatePaths(name: String, key: String)
112112
GET /datastores/:name/datasources/:organizationId/:directoryName/paths controllers.WKRemoteDataStoreController.getPaths(name: String, key: String, organizationId: String, directoryName: String)
113-
GET /datastores/:name/datasources/:datasetId controllers.WKRemoteDataStoreController.getDatasource(name: String, key: String, datasetId: ObjectId)
113+
GET /datastores/:name/datasources/:datasetId controllers.WKRemoteDataStoreController.getDataSource(name: String, key: String, datasetId: ObjectId)
114114
PATCH /datastores/:name/status controllers.WKRemoteDataStoreController.statusUpdate(name: String, key: String)
115115
POST /datastores/:name/reserveUpload controllers.WKRemoteDataStoreController.reserveDatasetUpload(name: String, key: String, token: String)
116116
GET /datastores/:name/getUnfinishedUploadsForUser controllers.WKRemoteDataStoreController.getUnfinishedUploadsForUser(name: String, key: String, token: String, organizationName: String)

0 commit comments

Comments
 (0)