ea1037bd63
experiment with tracking average route performance temporary error route stub optimise dumprequest add DisableAnalytics config setting fix double hyphens in slugs being mistaken for sql injection more querygen tests You wil need to run the updater / patcher for this commit.
20 lines
335 B
Go
20 lines
335 B
Go
package routes
|
|
|
|
// Temporary stubs for view tracking
|
|
func DynamicRoute() {
|
|
}
|
|
func UploadedFile() {
|
|
}
|
|
func BadRoute() {
|
|
}
|
|
func Favicon() {
|
|
}
|
|
|
|
// TODO: Temporary stub for handling route group errors
|
|
func Error() {
|
|
}
|
|
|
|
// Real implementation is in router_gen/main.go, this is just a stub to map the analytics onto
|
|
func HTTPSRedirect() {
|
|
}
|