站点更新:2018-02-26 10:43:04

This commit is contained in:
2018-02-26 10:43:04 +08:00
parent d9981e1ebd
commit 8289eaef8e
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ func routerBinding() {
}
func index(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Server is starting!"))
w.Write([]byte("JetBrains License Server is started!"))
}
func ping(w http.ResponseWriter, r *http.Request) {