We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的系统中出现了无法避免的路由前缀一致的情况,请问应该如何处理? 代码片段如下:
pakGroup := router.Group("/pak") { terrainGroup := pakGroup.Group("/terrain") { terrainGroup.GET("/:layername/layer.json", layerjson) terrainGroup.GET("/:layername/:z/:x/:y&f", terrain) } }
错误提示如下:
panic: wildcard route ':z' conflicts with existing children in path '/pak/terrain/:layername/:z/:x/:y&f'
The text was updated successfully, but these errors were encountered:
please see #388
Sorry, something went wrong.
这里问问题可以写中文吗
Successfully merging a pull request may close this issue.
我的系统中出现了无法避免的路由前缀一致的情况,请问应该如何处理?
代码片段如下:
错误提示如下:
The text was updated successfully, but these errors were encountered: