Skip to content

Commit 7560377

Browse files
Phillip Stagnetphiphi282
Phillip Stagnet
authored andcommitted
First working prototype
1 parent 621fe61 commit 7560377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func (a *AppServer) initialize() {
3333
mux := http.NewServeMux()
3434
mux.Handle("/api/v1/", privateChain)
3535
mux.Handle("/api/", publicChain)
36-
mux.Handle("/filestore/", filesChain)
3736
mux.Handle("/", staticChain)
3837
mux.Handle("/files/", filesChain)
3938

0 commit comments

Comments
 (0)