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

restx.config.ConfigUIRoute Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx.config;

import com.google.common.collect.ImmutableMap;
import restx.ResourcesRoute;
import restx.factory.Component;

/**
 */
@Component
public class ConfigUIRoute extends ResourcesRoute {
    public ConfigUIRoute() {
        super("ConfigUIRoute", "/@/ui/config", "restx/config", ImmutableMap.of("", "index.html"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy