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

controllers.subcontrollers.SubController Maven / Gradle / Ivy

The newest version!
package controllers.subcontrollers;

import io.mangoo.routing.Response;

public class SubController {
    public Response check() {
        return Response.ok().bodyEmpty();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy