Merge branch 'silasb-fixing-readme-quotes'

Conflicts:
	README.md
This commit is contained in:
Manu Mtz-Almeida 2014-06-30 23:42:16 +02:00
commit bd72522f53
1 changed files with 1 additions and 1 deletions

View File

@ -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