mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:52:25 -05:00
messing around a bit
This commit is contained in:
parent
503b77b768
commit
fbf52fe84b
8 changed files with 124 additions and 0 deletions
10
cmd/server/main.go
Normal file
10
cmd/server/main.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/gotosocial/server/internal/api"
|
||||
)
|
||||
|
||||
func main() {
|
||||
router := api.NewRouter()
|
||||
router.Route()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue