Skip to content

Commit 9edb275

Browse files
Update nuxt-page.ts
Create page in methods directory
1 parent 34e9605 commit 9edb275

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/domains/add/endpoint/helpers/frameworkPages

1 file changed

+1
-1
lines changed

Diff for: packages/cli/src/domains/add/endpoint/helpers/frameworkPages/nuxt-page.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { existsDirectory } from "../../../../../utils";
33
import { getNuxtPageCode } from "..";
44

55
export const writeNuxtPageMethod = async (endpoint: string) => {
6-
const nuxtPagesPath = "./playground/app/pages";
6+
const nuxtPagesPath = "./playground/app/pages/methods";
77

88
const folderExists = await existsDirectory(nuxtPagesPath);
99

0 commit comments

Comments
 (0)