better url
This commit is contained in:
parent
852b612374
commit
308c198bf7
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ import (
|
|||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// var uploadHost string = "https://traffic.dre.li/api/"
|
||||
var uploadHost string = "http://localhost:3000/api/"
|
||||
var uploadHost string = "https://traffic.dre.li/api/"
|
||||
|
||||
//var uploadHost string = "http://localhost:3000/api/"
|
||||
|
||||
func UploadTicket(ticket db.SpeedingTicket) error {
|
||||
// Buffer für den Request-Body
|
||||
|
|
Loading…
Add table
Reference in a new issue