diff options
Diffstat (limited to 'svc/post.go')
-rw-r--r-- | svc/post.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svc/post.go b/svc/post.go index db4afd7..bba8136 100644 --- a/svc/post.go +++ b/svc/post.go @@ -17,14 +17,14 @@ You should have received a copy of the GNU General Public License along with Getwtxt. If not, see <https://www.gnu.org/licenses/>. */ -package svc // import "github.com/getwtxt/getwtxt/svc" +package svc // import "git.sr.ht/~gbmor/getwtxt/svc" import ( "fmt" "net/http" "strings" - "github.com/getwtxt/registry" + "git.sr.ht/~gbmor/getwtxt/registry" ) // Requests to apiEndpointPOSTHandler are passed off to this |