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

controllers.I18nController Maven / Gradle / Ivy

The newest version!
package controllers;

import mangoo.io.routing.Response;

public class I18nController {
    public Response translation() {
        return Response.withOk();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy