fix some issues
This commit is contained in:
@@ -39,7 +39,7 @@ import (
|
||||
|
||||
// versionMatcher defines a variable matcher to be parsed by the router
|
||||
// when a request is about to be served.
|
||||
const versionMatcher = "/v{version:[0-9.]+}"
|
||||
const versionMatcher = "/v{version:[0-9.]+(?:-dirty)}"
|
||||
|
||||
// Config provides the configuration for the API server
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user