META-INF.dirigible.template-hello-world.service.mjs.template Maven / Gradle / Ivy
import { response } from "@dirigible/http";
response.println("Hello World!");
response.flush();
response.close();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy