mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: rename to shortify
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package api
|
||||
|
||||
import "github.com/boojack/corgi/server/profile"
|
||||
import "github.com/boojack/shortify/server/profile"
|
||||
|
||||
type SystemStatus struct {
|
||||
Profile *profile.Profile `json:"profile"`
|
||||
|
@ -3,7 +3,7 @@ package api
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/boojack/corgi/common"
|
||||
"github.com/boojack/shortify/common"
|
||||
)
|
||||
|
||||
type User struct {
|
||||
|
Reference in New Issue
Block a user