mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
8 lines
90 B
Go
8 lines
90 B
Go
package internal
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func AddArticle(c *gin.Context) {
|
|
|
|
}
|