Browse Source

Update main.go

main
Nikolay Kasyanov 3 years ago committed by GitHub
parent
commit
680025b214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.go

2
main.go

@ -43,7 +43,7 @@ func InitLogs() {
func homepage(w http.ResponseWriter, r *http.Request) { func homepage(w http.ResponseWriter, r *http.Request) {
helpMessage := ` helpMessage := `
<h1>REST api in Go's standart library</h1> <h1>CRUD api in Go's standart library</h1>
<ul> <ul>
<li> (GET) <a href="/randomdata">/randomdata</a> - to get all database </li> <li> (GET) <a href="/randomdata">/randomdata</a> - to get all database </li>
<li> (GET) /randomdata/{id} - to get specific random data under corresponding id </li> <li> (GET) /randomdata/{id} - to get specific random data under corresponding id </li>

Loading…
Cancel
Save