Compare commits
2 Commits
check-zip-
...
visit-repo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc1700b5f5 | ||
|
|
f8c76d3ff6 |
@@ -113,3 +113,10 @@ p, BCBSIAD, *, bcbsi, *, *, *, /v1/nemt/eligibility, POST
|
||||
p, BDCAD, *, techsupport, *, *, *, /v1/nemt/eligibility, POST
|
||||
p, PLANAD, *, plan, *, *, *, /v1/nemt/eligibility, POST
|
||||
p, AD, *, *, *, *, *, /v1/nemt/eligibility, POST
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/users/member, POST
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/users/member, GET
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/eligibility, POST
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/visits, POST
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/rides/eta, GET
|
||||
p, VIRPT, *, *, *, *, *, /v1/nemt/provider, GET
|
||||
p, VIRPT, *, *, *, *, *, /v1/selfregister, POST
|
||||
|
@@ -1,15 +1,15 @@
|
||||
package usersroute
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
b64 "encoding/base64"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"net/http"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
"net/http"
|
||||
"encoding/json"
|
||||
"bytes"
|
||||
"strings"
|
||||
|
||||
"bitbucket.org/nemt/nemt-portal-api/application/applicationservice"
|
||||
"bitbucket.org/nemt/nemt-portal-api/application/third/eligibility/bcbsi"
|
||||
@@ -19,8 +19,8 @@ import (
|
||||
"bitbucket.org/nemt/nemt-portal-api/infra/cache"
|
||||
"bitbucket.org/nemt/nemt-portal-api/infra/config"
|
||||
"bitbucket.org/nemt/nemt-portal-api/server/authorization"
|
||||
"bitbucket.org/nemt/nemt-portal-api/server/router/routeutils"
|
||||
"bitbucket.org/nemt/nemt-portal-api/server/validation"
|
||||
"bitbucket.org/nemt/nemt-portal-api/server/router/routeutils"
|
||||
"github.com/labstack/echo"
|
||||
"golang.org/x/net/context"
|
||||
"googlemaps.github.io/maps"
|
||||
|
||||
Reference in New Issue
Block a user