route.js 121 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7
export default {
  "/api/auth_routes": {
    "/form/advanced-form": {
      authority: ["admin", "user"],
    },
  },
};