Add api package serving our api routes using gorilla/mux

This commit is contained in:
Felix Auringer
2021-04-26 12:29:31 +02:00
parent 08eb05e00f
commit 38ecc02a79
5 changed files with 32 additions and 18 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module gitlab.hpi.de/codeocean/codemoon/coolcodeoceannomadmiddleware
go 1.16
require github.com/stretchr/testify v1.7.0
require (
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
)