![JAR search and dependency download from the Maven repository](/logo.png)
com.rcore.restapi.routes.BaseRoutes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api Show documentation
Show all versions of rest-api Show documentation
REST API component for Clean Arch apps
package com.rcore.restapi.routes;
public class BaseRoutes {
public static final String API = "/api";
public static final String EXTERNAL_API = "/external-api";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy