diff --git a/templates/server/src/index.ts b/templates/server/src/index.ts index 5b0b7ff..9606c18 100644 --- a/templates/server/src/index.ts +++ b/templates/server/src/index.ts @@ -33,7 +33,7 @@ try { console.log(`GraphQL Server is now running on http://localhost:${PORT}`); //{^isWorkspace//} if (firstStartInDevMode) { - opn(`http://localhost:${PORT}/api/swagger`); + opn(`http://localhost:${PORT}/graphiql`); } //{/isWorkspace//} }