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

livecode.admin.json Maven / Gradle / Ivy

The newest version!
{
  "host": "localhost",
  "staticFileRoot": "/",
  "routes": [
    {
      "method": "GET",
      "path": "/code/$path",
      "routeHandler": "@admin.get.code.java"
    },
    {
      "method": "POST",
      "path": "/code/$path",
      "routeHandler": "@admin.post.code.java"
    },
    {
      "method": "GET",
      "path": "/pi",
      "routeHandler": "
        return Math.pi;
      "
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy