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() {
|
|
}
|