mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:12:25 -05:00
relocate repo
This commit is contained in:
parent
33fa76baef
commit
c956595d73
27 changed files with 87 additions and 87 deletions
|
|
@ -19,7 +19,7 @@
|
|||
// Package module is basically a wrapper for a lot of modules (in subdirectories) that satisfy the ClientAPIModule interface.
|
||||
package module
|
||||
|
||||
import "github.com/gotosocial/gotosocial/internal/router"
|
||||
import "github.com/superseriousbusiness/gotosocial/internal/router"
|
||||
|
||||
// ClientAPIModule represents a chunk of code (usually contained in a single package) that adds a set
|
||||
// of functionalities and side effects to a router, by mapping routes and handlers onto it--in other words, a REST API ;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue