Skip to content

Commit 52de55f

Browse files
committed
Fixed typo in server.go, removed main.go and landingpage.html
1 parent 81c7ccb commit 52de55f

File tree

3 files changed

+1
-51
lines changed

3 files changed

+1
-51
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func serveAPI(e *echo.Echo) {
140140
}
141141

142142
func login(collection *mongo.Collection) echo.HandlerFunc {
143-
return auth(c)
143+
return auth(c echo.Context)
144144
}
145145

146146
func getPost(collection *mongo.Collection) echo.HandlerFunc {

src/main.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

templates/landingPage.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)