We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97681fb commit 36bbae8Copy full SHA for 36bbae8
mirage/config.js
@@ -1,5 +1,5 @@
1
export default function() {
2
- this.namespace = "api/v1";
+ this.namespace = "/api/v1";
3
4
this.delete("/announcements/:id");
5
this.get("/announcements");
0 commit comments