1
0
Fork 0
forked from goffee/cup

start controllers

This commit is contained in:
Zeni Kim 2024-09-15 14:05:45 -05:00
parent ed505562ff
commit 17f3156efc
3 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
// Use of this source code is governed by MIT-style
// license that can be found in the LICENSE file.
package handlers
package controllers
import (
"encoding/json"

View file

@ -3,7 +3,7 @@
// Use of this source code is governed by MIT-style
// license that can be found in the LICENSE file.
package handlers
package controllers
import (
"git.smarteching.com/goffee/core"