io.mangoo.interfaces.MangooRoute Maven / Gradle / Ivy
The newest version!
package io.mangoo.interfaces;
public interface MangooRoute {
/**
* @return The configured URL for this route
*/
String getUrl();
}
package io.mangoo.interfaces;
public interface MangooRoute {
/**
* @return The configured URL for this route
*/
String getUrl();
}