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

io.yawp.servlet.rest.RoutesRestAction Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.servlet.rest;

public class RoutesRestAction extends RestAction {

	public RoutesRestAction() {
		super("routes");
	}

	@Override
	public void shield() {
	}

	@Override
	public String action() {
		return "{ \"status\": \"wip\" }";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy