mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
go pathing is a nightmare with app engine
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"mywebsite/server/controller"
|
||||
"mywebsite/server/controller/api"
|
||||
"server/controller"
|
||||
"server/controller/api"
|
||||
)
|
||||
|
||||
func Routes() *httprouter.Router {
|
||||
|
||||
Reference in New Issue
Block a user