We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd7459 commit 5ca836cCopy full SHA for 5ca836c
main.go
@@ -23,7 +23,7 @@ func main() {
23
server.GET("/health", cache.CacheByRequestURI(memoryStore, HEALTH_CACHE_TIME), handlers.HealthHandler)
24
server.GET("/apis/*path", cache.CacheByRequestURI(memoryStore, API_CACHE_TIME), handlers.RequestHandler)
25
26
- log.Printf("listening for server 8080 - v0.0.9 - API cache time: %v", API_CACHE_TIME)
+ log.Printf("listening for server 8080 - v0.0.10 - API cache time: %v", API_CACHE_TIME)
27
28
err := server.RunTLS(":8080", "./cert/tls.crt", "./cert/tls.key") // listen and serve on 0.0.0.0:8080
29
0 commit comments