mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
13 lines
132 B
Go
13 lines
132 B
Go
package main
|
|
|
|
import (
|
|
"skunkyart/app"
|
|
|
|
"git.macaw.me/skunky/devianter"
|
|
)
|
|
|
|
func main() {
|
|
devianter.UpdateCSRF()
|
|
|
|
app.Router()
|
|
}
|