@geekron/hono 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ export const getCMS = () => {
18
18
  */
19
19
  export const cmsStatus = async () => {
20
20
  try {
21
- const checkUrl = `${CMS_URL}/dashboard/website/hello`;
21
+ const checkUrl = `${CMS_URL}/website/common/hello`;
22
22
  const response = await fetch(checkUrl);
23
23
  console.log('✅ API health check response:', response.statusText);
24
24
  return response.ok;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekron/hono",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "format": "bunx biome format --write",