mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:22:25 -05:00
10 lines
130 B
Go
10 lines
130 B
Go
package main
|
|
|
|
import (
|
|
"github.com/gotosocial/server/internal/api"
|
|
)
|
|
|
|
func main() {
|
|
router := api.NewRouter()
|
|
router.Route()
|
|
}
|