All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.heigit.ohsome.ohsomeapi.controller.dataaggregation.ChangesetsController Maven / Gradle / Ivy

There is a newer version: 1.10.4
Show newest version
package org.heigit.ohsome.ohsomeapi.controller.dataaggregation;

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * Controller containing the GET and POST requests, which enter through "/changesets".
 *
 */
@RestController
@RequestMapping("/changesets")
public class ChangesetsController {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy