Changes
This commit is contained in:
parent
9eac960763
commit
da9196f389
22 changed files with 302 additions and 76 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"nutfactory.org/Matrix/config"
|
||||
"git.nutfactory.org/hoernschen/Matrix/config"
|
||||
)
|
||||
|
||||
func CreateToken() (err error, token string) {
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"net/http"
|
||||
"strings"
|
||||
|
||||
"nutfactory.org/Matrix/config"
|
||||
"git.nutfactory.org/hoernschen/Matrix/config"
|
||||
)
|
||||
|
||||
type RequestSummary struct {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue