Sfoglia il codice sorgente

Merge branch 'silasb-fixing-readme-quotes'

Conflicts:
	README.md
Manu Mtz-Almeida 11 anni fa
parent
commit
bd72522f53
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -83,7 +83,7 @@ func main() {
     {
         v2.POST("/login", loginEndpoint)
         v2.POST("/submit", submitEndpoint)
-        v2.POST("/read"", readEndpoint)
+        v2.POST("/read", readEndpoint)
     }
 
     // Listen and server on 0.0.0.0:8080