mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-05 18:03:21 +08:00
committed by
Jonathan Leibiusky
parent
7df7a7c68f
commit
a4b0a98df3
@@ -2,7 +2,6 @@ package handlers
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/franela/play-with-docker/services"
|
||||
@@ -12,7 +11,6 @@ import (
|
||||
func GetSession(rw http.ResponseWriter, req *http.Request) {
|
||||
vars := mux.Vars(req)
|
||||
sessionId := vars["sessionId"]
|
||||
log.Println(sessionId)
|
||||
|
||||
session := services.GetSession(sessionId)
|
||||
|
||||
|
Reference in New Issue
Block a user