diff --git a/agent/routes/user/check.ts b/agent/routes/cnb-env/check.ts similarity index 100% rename from agent/routes/user/check.ts rename to agent/routes/cnb-env/check.ts diff --git a/agent/routes/index.ts b/agent/routes/index.ts index 24bd28b..d976f8b 100644 --- a/agent/routes/index.ts +++ b/agent/routes/index.ts @@ -1,5 +1,5 @@ import { app, appId } from '../app.ts'; -import './user/check.ts' +import './cnb-env/check.ts' import './repo/index.ts' import './workspace/index.ts' import './call/index.ts' diff --git a/package.json b/package.json index d7865b9..6f082c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kevisual/cnb", - "version": "0.0.6", + "version": "0.0.7", "description": "", "main": "index.js", "scripts": {