This commit is contained in:
Hoernschen 2020-10-12 16:16:28 +02:00
parent 9eac960763
commit da9196f389
22 changed files with 302 additions and 76 deletions

View file

@ -8,7 +8,7 @@ import (
"fmt"
"log"
"nutfactory.org/Matrix/config"
"git.nutfactory.org/hoernschen/Matrix/config"
)
func CreateToken() (err error, token string) {

View file

@ -7,7 +7,7 @@ import (
"net/http"
"strings"
"nutfactory.org/Matrix/config"
"git.nutfactory.org/hoernschen/Matrix/config"
)
type RequestSummary struct {

View file

@ -3,8 +3,8 @@ package router
import (
"net/http"
"git.nutfactory.org/hoernschen/Matrix/utils"
"github.com/gorilla/mux"
"nutfactory.org/Matrix/utils"
)
func NewRouter(routes Routes) *mux.Router {