Skip to content

Commit

Permalink
chore: fix trailling slash in base url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 authored Dec 15, 2024
1 parent d21f86a commit c63e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add the base URL of your Mailpit installation in the `e2e` block of your `cypres
export default defineConfig({
projectId: "****",
env: {
MAILPIT_URL: "http://localhost:8025/",
MAILPIT_URL: "http://localhost:8025",
},
});
```
Expand Down

0 comments on commit c63e171

Please sign in to comment.