add shorturl example code
This commit is contained in:
7
example/shorturl/api/internal/config/config.go
Normal file
7
example/shorturl/api/internal/config/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
import "github.com/tal-tech/go-zero/rest"
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
}
|
||||
Reference in New Issue
Block a user