Skip to content

Commit 15a0346

Browse files
authored
Merge pull request #2 from zerowatt-io/james/mirror-jamwt
mirror jamie's api-v1 changes
2 parents aa400c6 + 31f0d76 commit 15a0346

File tree

9 files changed

+250
-223
lines changed

9 files changed

+250
-223
lines changed

convex-cli/package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

convex-cli/src/commands/register.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ convex register`,
3535

3636
const config = await readConfig();
3737

38-
const url = new URL("/put_module", config.host);
38+
const url = new URL("/api-v1/put_module", config.host);
3939

4040
const tmpDir = await fs.mkdtemp(path.join(os.tmpdir(), "convex-register-"));
4141

convex-sdk/dist/convex.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)