Commit bfbf749
Hofmeister
UIY-3913 Change routes for system calls
Previously, the "count" function was executed on all
directory levels (""/", "/a/", "/abc/", etc).
This meant that you could not successfully mock a request
to e.g. "/bla/?foo=bar", because you'd end up on
the count-action. Moving all those system calls to
/api-mock/... prevents those issues.1 parent fb283f4 commit bfbf749
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments