Closed GregPK closed 7 years ago
When defining action names according to the specs, we should be able to define:
## <HTTP request method> --- this fails ## <identifier> [<HTTP request method>] --- works properly ## <identifier> [<HTTP request method> <URI template>] --- works properly
This PR fixes the first case.
I've tested this on a pretty large production doc database and seems to work properly - will merge.
When defining action names according to the specs, we should be able to define:
This PR fixes the first case.