RequireActiveLicense is mounted on the /api group so new routes are gated by where they live. GET /api/servers/new is named explicitly: it mints a pre-registration token, so it mutates despite the method.
RequireActiveLicense is mounted on the /api group so new routes are gated by where they live. GET /api/servers/new is named explicitly: it mints a pre-registration token, so it mutates despite the method.