feat(tag): supports little screen
This commit is contained in:
parent
c79556fa85
commit
42edbe2732
4 changed files with 51 additions and 32 deletions
1
main.go
1
main.go
|
@ -79,6 +79,7 @@ func main() {
|
|||
}
|
||||
|
||||
if dev {
|
||||
slog.Info("Starting on http://localhost:8000/")
|
||||
g.StartServer(":8000")
|
||||
} else {
|
||||
g.StartServer(":80")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue